We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c78825 commit fb81e9bCopy full SHA for fb81e9b
.github/workflows/build.yml
@@ -64,6 +64,7 @@ jobs:
64
uses: actions/setup-node@v1
65
with:
66
node-version: '12.x'
67
+ registry-url: 'https://registry.npmjs.org'
68
69
- name: Publish Release
70
id: create_release
@@ -114,6 +115,7 @@ jobs:
114
115
116
117
118
119
120
- name: Download Artifact
121
uses: actions/download-artifact@v2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "juno-node",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "",
5
"keywords": [],
6
"main": "dist/juno-node.cjs.js",
0 commit comments