From 085e43c0f641f2f503544eb35b925c54799ddf3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:50:34 +0000 Subject: [PATCH] chore(deps): bump bcomnes/npm-bump from v2.0.1 to v2.0.2 Bumps [bcomnes/npm-bump](https://github.com/bcomnes/npm-bump) from v2.0.1 to v2.0.2. - [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/v2.0.1...a1625174ce3bf8f0cb3420b237311972445b5400) 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 4bfa096..450d2d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm i - run: npm test - - uses: bcomnes/npm-bump@v2.0.1 + - uses: bcomnes/npm-bump@v2.0.2 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}