* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-03-06 13:15:49 +01:00
committed by GitHub
co-authored by charlesgauthereau
parent 8dd74f310d
commit a6896c9b50
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
steps:
- name: Read draft tag
run: |
echo ${{ github.event.release.tag_name }}
echo ${{ github.event.release.id }}
docker_publish:
uses: ./.github/workflows/docker.yml
@@ -43,7 +43,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# gh release edit v${{ github.ref_name }} --draft=false
run: |
gh release edit ${{ github.event.release.tag_name }} --draft=false
gh release edit ${{ github.event.release.id }} --draft=false
discord_notification:
needs: docker_publish