Skip to content

Commit

Permalink
chore: update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Sep 12, 2024
1 parent 814e7de commit b182d14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: "https://wombat-dressing-room.appspot.com/"

- name: Publish
# npm publish will trigger the build via the prepack hook
run: npm publish --access public
run: npm publish --access public --registry https://wombat-dressing-room.appspot.com
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBOT_TOKEN }}

0 comments on commit b182d14

Please sign in to comment.