mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
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:
co-authored by
Théo LAGACHE
parent
800f2dfbbb
commit
5404185a6c
@@ -22,11 +22,17 @@ jobs:
|
|||||||
needs: docker_publish
|
needs: docker_publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Publish GitHub Release
|
steps:
|
||||||
env:
|
- name: Checkout code
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
uses: actions/checkout@v4
|
||||||
run: |
|
with:
|
||||||
gh release edit ${{ github.ref_name }} --draft=false
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Publish GitHub Release
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
gh release edit ${{ github.ref_name }} --draft=false
|
||||||
|
|
||||||
discord_notification:
|
discord_notification:
|
||||||
needs: docker_publish
|
needs: docker_publish
|
||||||
|
|||||||
Reference in New Issue
Block a user