We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3eb95 commit 3989ff3Copy full SHA for 3989ff3
1 file changed
.github/workflows/release.yml
@@ -64,7 +64,6 @@ jobs:
64
if: steps.version-check.outputs.version != '0'
65
uses: ncipollo/release-action@v1
66
with:
67
- token: ${{ secrets.TOKEN }}
68
generateReleaseNotes: true
69
tag: "v${{ steps.version-check.outputs.version }}"
70
artifacts: "index.html,index.min.html"
0 commit comments