mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
dev (#176)
* 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:
co-authored by
charlesgauthereau
parent
8dd74f310d
commit
a6896c9b50
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user