Skip to content

Commit

Permalink
Use repository secret to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed May 18, 2022
1 parent 5c930dc commit 31d0d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Release
uses: justincy/[email protected]
id: release
with:
token: ${{ secrets.RELEASE_TOKEN }}

- name: Print release output
if: ${{ steps.release.outputs.released == 'true' }}
Expand Down

0 comments on commit 31d0d57

Please sign in to comment.