Skip to content

Commit

Permalink
Fixup release.yaml workflow triggering
Browse files Browse the repository at this point in the history
If the release is created with the regular token, it won't cascade
  • Loading branch information
HoloRin committed Sep 14, 2023
1 parent 4f78a33 commit a67f2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
id: create-release
uses: ncipollo/[email protected]
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
allowUpdates: true
artifactErrorsFailBuild: true
updateOnlyUnreleased: true
Expand Down

0 comments on commit a67f2e6

Please sign in to comment.