Skip to content

Commit

Permalink
Merge pull request #12 from dolittle/set-npm-registry-to-trigger-auth…
Browse files Browse the repository at this point in the history
…-token

Set npm registry address to force use of NODE_AUTH_TOKEN
  • Loading branch information
jakhog authored Mar 24, 2021
2 parents 34c0091 + a42f34c commit cd1396e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
always-auth: true
registry-url: 'https://registry.npmjs.org'
- name: Update package version
working-directory: ./Source/JavaScript
run: npm version ${{ needs.create-release.outputs.version }}
Expand Down

0 comments on commit cd1396e

Please sign in to comment.