Skip to content

Commit

Permalink
test publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Aug 20, 2024
1 parent e8b1c76 commit 5bc61ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:

- name: Create .npmrc and publish packages
run: |
cat <<EOF > .npmrc
cat <<EOF > ~/.npmrc
//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
registry=https://registry.npmjs.org/
always-auth=true
EOF
cat ~/.npmrc
yarn publish:ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 5bc61ff

Please sign in to comment.