fix: Fix/draft release (#143)

* fix

* 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:11:00 +01:00
committed by GitHub
co-authored by Théo LAGACHE
parent ae72e262aa
commit ed0b5410f6
2 changed files with 11 additions and 1 deletions
+9
View File
@@ -18,6 +18,15 @@ jobs:
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME_2 }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD_2 }}
publish_release:
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
discord_notification:
needs: docker_publish