Skip to content

Commit

Permalink
Update gh-release-create.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jul 27, 2024
1 parent 0436bdf commit 8e62da7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
popd
rm -rf "$f"
done
- run: |
- env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
VERSION: ${{ needs.get-version.outputs.version }}
run: |
gh release create "v$VERSION" \
${{ (inputs.draft && '--draft') || '' }} \
--generate-notes \
./*
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
VERSION: ${{ needs.get-version.outputs.version }}

0 comments on commit 8e62da7

Please sign in to comment.