Skip to content

Commit

Permalink
fix: Try including registry URL in setup node action to trigger publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thebongy committed May 1, 2020
1 parent 5c78825 commit fb81e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'

- name: Publish Release
id: create_release
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'

- name: Download Artifact
uses: actions/download-artifact@v2
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.2",
"version": "0.0.3",
"description": "",
"keywords": [],
"main": "dist/juno-node.cjs.js",
Expand Down

0 comments on commit fb81e9b

Please sign in to comment.