Skip to content

Commit

Permalink
fix for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zh committed May 2, 2023
1 parent 07bfb56 commit 88d1fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
run: |
echo -en "\"npmAuthToken\": \"$REGISTRY_TOKEN\"\n\"npmPublishRegistry\": \"https://registry.npmjs.org\"" >> ~/.yarnrc.yml && cat ~/.yarnrc.yml
echo -en "\"_authToken\": \"$REGISTRY_TOKEN\"" >> ~/.npmrc
- name: upgrade yarn
run: yarn set version stable
- run: yarn plugin import workspace-tools
Expand Down

0 comments on commit 88d1fe1

Please sign in to comment.