From 963a76669c043d9cb37e41b5ab8134979f5aafee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:19:40 +0000 Subject: [PATCH] chore(deps): bump bcomnes/npm-bump from v1.0.4 to v1.0.5 Bumps [bcomnes/npm-bump](https://github.com/bcomnes/npm-bump) from v1.0.4 to v1.0.5. - [Release notes](https://github.com/bcomnes/npm-bump/releases) - [Changelog](https://github.com/bcomnes/npm-bump/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/npm-bump/compare/v1.0.4...a0fdddee99b4bfebc0f6c0e3dd0114e556fa0228) Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed73228..50f8d59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}