We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9897495 commit 0df38ecCopy full SHA for 0df38ec
.github/workflows/release.yaml
@@ -71,10 +71,9 @@ jobs:
71
runs-on: ubuntu-latest
72
steps:
73
- name: Github Release
74
- # You may pin to the exact commit or the version.
75
- # uses: elgohr/Github-Release-Action@ca832ba34444ca850517764d948a8fb0e16c5747
76
uses: elgohr/Github-Release-Action@v4
+ env:
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
77
with:
78
- # The name of the release to publish
79
title: ${{ env.NEW_TAG }}
80
0 commit comments