Skip to content

Commit

Permalink
Try to make publish action work attempt #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
somespecialone committed Oct 17, 2023
1 parent 94a71da commit a4d667d
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 @@ -15,7 +15,7 @@ jobs:
with:
node-version: 18
cache: pnpm
registry-url: '//registry.npmjs.org/'
registry-url: 'https://registry.npmjs.org/'
- run: pnpm install

- name: Build lib
Expand Down

0 comments on commit a4d667d

Please sign in to comment.