Skip to content

Commit 560a3f2

Browse files
fix GitHub Packages auth using npm config set
1 parent 197aea4 commit 560a3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Configure GitHub Packages auth
9393
env:
9494
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95-
run: echo "//npm.pkg.github.com/:_authToken=${GH_TOKEN}" >> $NPM_CONFIG_USERCONFIG
95+
run: npm config set //npm.pkg.github.com/:_authToken "${GH_TOKEN}"
9696

9797
# GET TAG NAME
9898
- name: Generate Tag name

0 commit comments

Comments
 (0)