Skip to content

Commit be3fcd7

Browse files
fix(ci): fix auth command
1 parent 4921d70 commit be3fcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
git remote set-url origin https://${GH_TOKEN}:x-oauth-basic@github.com/ionic-team/ionicons.git
6767
git remote -v
6868
git push origin main --tags
69-
gh auth login --with-token $GH_TOKEN
69+
echo "$GH_TOKEN" | gh auth login --with-token
7070
gh release create "v$VERSION" --title "v$VERSION" --generate-notes
7171
shell: bash
7272
env:

0 commit comments

Comments
 (0)