Skip to content

Commit

Permalink
ci: fix registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 3, 2024
1 parent dc36b29 commit a80f8a2
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org/'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm install
Expand Down

0 comments on commit a80f8a2

Please sign in to comment.