Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
chore(workflow): override .npmrc file on each publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Jun 2, 2020
1 parent 4dfb59c commit 848f9d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
- run: npm version $RELEASE_VERSION --git-tag-version false
- run: npm ci
Expand Down

0 comments on commit 848f9d8

Please sign in to comment.