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 8c9a96c commit d6a318bCopy full SHA for d6a318b
.github/workflows/build.yml
@@ -13,7 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
-
+ - run: git fetch --all --tags
17
+
18
- name: Setup nodejs
19
uses: actions/setup-node@v1
20
with:
@@ -72,7 +73,7 @@ jobs:
72
73
- name: Download Artifact
74
uses: actions/download-artifact@v2
75
- name: juno-node-${{ steps.version_check.outputs.releaseVersion }}
76
+ name: juno-node-${{ steps.version_check.outputs.rawVersion }}
77
78
- name: Upload Release Asset
79
uses: actions/upload-release-asset@v1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "juno-node",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"description": "",
5
"keywords": [],
6
"main": "dist/juno-node.cjs.js",
0 commit comments