Skip to content

Commit

Permalink
missing registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanak-michal committed Apr 20, 2024
1 parent 2c654a4 commit 51a3dd9
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 @@ -13,7 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
node-version: 'latest'
registry-url: 'https://registry.npmjs.org'
- run: npm ci

- name: Update package version
Expand Down

0 comments on commit 51a3dd9

Please sign in to comment.