Skip to content

Commit 0269306

Browse files
fix(ci): remove auth step
1 parent be3fcd7 commit 0269306

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ runs:
6666
git remote set-url origin https://${GH_TOKEN}:[email protected]/ionic-team/ionicons.git
6767
git remote -v
6868
git push origin main --tags
69-
echo "$GH_TOKEN" | gh auth login --with-token
7069
gh release create "v$VERSION" --title "v$VERSION" --generate-notes
7170
shell: bash
7271
env:

0 commit comments

Comments
 (0)