Skip to content

Commit adffa20

Browse files
authored
[SC-5782] fix npm publish (#37)
* SC-5782 add registry-url to setup-node action * make 0.3.9 public again * SC-5782 Publish test package with ci config * SC-5782 remove test setup
1 parent 41c6757 commit adffa20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/setup-node@main
1515
with:
1616
node-version: 14.18.2
17+
registry-url: 'https://registry.npmjs.org'
1718
- run: npm install
1819
- run: npm publish
1920
env:

0 commit comments

Comments
 (0)