Skip to content

Commit

Permalink
fix: set prerelease version before npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
alesancor1 committed Sep 25, 2021
1 parent 84f35a8 commit eb96c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm version prerelease -m "Governify Commons version %s released"
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit eb96c81

Please sign in to comment.