Merge pull request #14 from bcomnes/dependabot/github_actions/bcomnes/npm-bump-v1.0.5

chore(deps): bump bcomnes/npm-bump from v1.0.4 to v1.0.5
This commit is contained in:
Bret Comnes 2020-09-14 13:56:20 -07:00 committed by GitHub
commit de4011a7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ 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@v1.0.4
- uses: bcomnes/npm-bump@v1.0.5
with:
git_email: bcomnes@gmail.com
git_username: ${{ github.actor }}