fix: Fix/draft release (#144)

* fix

* Update release.yml

* Update release.yml

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
This commit is contained in:
Théo LAGACHE
2026-03-04 16:30:40 +01:00
committed by GitHub
co-authored by Théo LAGACHE
parent 800f2dfbbb
commit 5404185a6c
+11 -5
View File
@@ -22,11 +22,17 @@ jobs:
needs: docker_publish
runs-on: ubuntu-latest
steps:
- name: Publish GitHub Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release edit ${{ github.ref_name }} --draft=false
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Publish GitHub Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release edit ${{ github.ref_name }} --draft=false
discord_notification:
needs: docker_publish