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 95a4d01 commit 13695f5Copy full SHA for 13695f5
.github/workflows/project-version.yml
@@ -26,7 +26,7 @@ jobs:
26
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
27
- uses: actions/create-release@v1
28
env:
29
- GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.ISYSCORE_GITHUB_TOKEN }}
30
GIT_VERSION: ${{ steps.git_tag.outputs.VERSION }}
31
with:
32
tag_name: ${{ env.GIT_VERSION }}
0 commit comments