We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef3467 commit 4921d70Copy full SHA for 4921d70
1 file changed
.github/workflows/actions/publish-npm/action.yml
@@ -66,8 +66,9 @@ runs:
66
git remote set-url origin https://${GH_TOKEN}:x-oauth-basic@github.com/ionic-team/ionicons.git
67
git remote -v
68
git push origin main --tags
69
- gh auth login --with-token ${{ inputs.ghToken }}
+ gh auth login --with-token $GH_TOKEN
70
gh release create "v$VERSION" --title "v$VERSION" --generate-notes
71
shell: bash
72
env:
73
- GH_TOKEN: ${{ inputs.ghToken }}
+ GH_TOKEN: ${{ inputs.ghToken }}
74
+ VERSION: ${{ env.VERSION }}
0 commit comments