Skip to content

Commit

Permalink
Try fixing action not being triggered on new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds authored Feb 8, 2024
1 parent 6d5ac53 commit 9757898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
id: create_release
uses: comnoco/create-release-action@v2.0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} # Can't use a GITHUB_TOKEN for this or other actions won't be triggered on a new release
with:
tag_name: ${{ needs.check-releases.outputs.firebase-tools-release }}
release_name: firebase-tools ${{ needs.check-releases.outputs.firebase-tools-release }}
Expand Down

0 comments on commit 9757898

Please sign in to comment.