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 0a0efde commit 860124bCopy full SHA for 860124b
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
id: release_tag
18
uses: yyx990803/release-tag@master
19
env:
20
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
with:
22
tag_name: ${{ github.ref }}
23
body: |
0 commit comments