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 be3fcd7 commit 0269306Copy full SHA for 0269306
.github/workflows/actions/publish-npm/action.yml
@@ -66,7 +66,6 @@ runs:
66
git remote set-url origin https://${GH_TOKEN}:[email protected]/ionic-team/ionicons.git
67
git remote -v
68
git push origin main --tags
69
- echo "$GH_TOKEN" | gh auth login --with-token
70
gh release create "v$VERSION" --title "v$VERSION" --generate-notes
71
shell: bash
72
env:
0 commit comments