Skip to content

Commit

Permalink
Feature/npm publish (#9)
Browse files Browse the repository at this point in the history
fix: Download artifact name
fix: Bump version

Co-authored-by: Rakshith Ravi <rakshith.ravi@gmx.com>
Co-authored-by: Saurav M. H <sauravhiremath@gmail.com>
  • Loading branch information
3 people committed May 1, 2020
1 parent 8c9a96c commit d6a318b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2

- run: git fetch --all --tags

- name: Setup nodejs
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@v2
with:
name: juno-node-${{ steps.version_check.outputs.releaseVersion }}
name: juno-node-${{ steps.version_check.outputs.rawVersion }}

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juno-node",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"keywords": [],
"main": "dist/juno-node.cjs.js",
Expand Down

0 comments on commit d6a318b

Please sign in to comment.