Skip to content

Commit fb81e9b

Browse files
committed
fix: Try including registry URL in setup node action to trigger publish
1 parent 5c78825 commit fb81e9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
uses: actions/setup-node@v1
6565
with:
6666
node-version: '12.x'
67+
registry-url: 'https://registry.npmjs.org'
6768

6869
- name: Publish Release
6970
id: create_release
@@ -114,6 +115,7 @@ jobs:
114115
uses: actions/setup-node@v1
115116
with:
116117
node-version: '12.x'
118+
registry-url: 'https://registry.npmjs.org'
117119

118120
- name: Download Artifact
119121
uses: actions/download-artifact@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juno-node",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"keywords": [],
66
"main": "dist/juno-node.cjs.js",

0 commit comments

Comments
 (0)