Skip to content

Commit

Permalink
deploy: fix script (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rah-emil committed Jan 24, 2024
1 parent f26a35a commit d15d7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > ~/.npmrc
yarn config set 'npmRegistries["//registry.npmjs.org"].npmAuthToken' ${NODE_AUTH_TOKEN}
yarn npm publish --access public

0 comments on commit d15d7fb

Please sign in to comment.