Skip to content

Commit d6a318b

Browse files
thebongyrakshith-ravisauravhiremath
authored
Feature/npm publish (#9)
fix: Download artifact name fix: Bump version Co-authored-by: Rakshith Ravi <[email protected]> Co-authored-by: Saurav M. H <[email protected]>
1 parent 8c9a96c commit d6a318b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
16+
- run: git fetch --all --tags
17+
1718
- name: Setup nodejs
1819
uses: actions/setup-node@v1
1920
with:
@@ -72,7 +73,7 @@ jobs:
7273
- name: Download Artifact
7374
uses: actions/download-artifact@v2
7475
with:
75-
name: juno-node-${{ steps.version_check.outputs.releaseVersion }}
76+
name: juno-node-${{ steps.version_check.outputs.rawVersion }}
7677

7778
- name: Upload Release Asset
7879
uses: actions/upload-release-asset@v1

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.0",
3+
"version": "0.0.1",
44
"description": "",
55
"keywords": [],
66
"main": "dist/juno-node.cjs.js",

0 commit comments

Comments
 (0)