Skip to content

Commit

Permalink
Merge pull request #63 from Roaders/main
Browse files Browse the repository at this point in the history
Use repository secret to create releases
  • Loading branch information
Roaders authored May 19, 2022
2 parents 5c930dc + 31d0d57 commit a5b0fcf
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 a5b0fcf

Please sign in to comment.