mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: workflow
* fix * fix * fix --------- Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
co-authored by
charlesgauthereau
parent
7b6ca12744
commit
4dace0a32b
@@ -47,9 +47,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Convert release to draft
|
- name: Convert release to draft
|
||||||
run: |
|
run: |
|
||||||
RELEASE_ID=$(gh release view v$(jq -r .version package.json) --repo $GITHUB_REPOSITORY --json id -q .id)
|
TAG=${{ steps.release.outputs.tag }}
|
||||||
gh release edit $RELEASE_ID --draft --repo $GITHUB_REPOSITORY
|
echo "Updating release $TAG to draft"
|
||||||
|
RELEASE_ID=$(gh release view "$TAG" --json id -q .id)
|
||||||
|
gh release edit "$RELEASE_ID" --draft
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user