Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes authored Sep 15, 2020
1 parent 07e0747 commit 4434482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
node-version: ${{ env.node_version }}
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
registry-url: 'https://registry.npmjs.org'
- uses: bcomnes/npm-bump@v2.0.0
- run: npm i
- run: npm test
- uses: bcomnes/npm-bump@v2.0.1
with:
git_email: bcomnes@gmail.com
git_username: ${{ github.actor }}
Expand Down

0 comments on commit 4434482

Please sign in to comment.