Skip to content

Commit 4228db5

Browse files
authored
Merge pull request #11 from djereg/dev
ci: fix publish
2 parents eaf0e5f + 4fe0300 commit 4228db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '20'
18+
registry-url: 'https://registry.npmjs.org'
1819
cache: npm
1920

2021
- run: npm version ${{ github.ref_name }} --no-git-tag-version --allow-same-version

0 commit comments

Comments
 (0)