Skip to content

Commit

Permalink
Merge pull request #21 from stefanak-michal/15-cd
Browse files Browse the repository at this point in the history
missing registry url
  • Loading branch information
stefanak-michal authored Apr 20, 2024
2 parents 7adcca5 + 51a3dd9 commit 3cb6b1e
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 3cb6b1e

Please sign in to comment.