From a25d5b4ab5536eb5c13dbb04b30608098a15d500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 23:46:12 +0000 Subject: [PATCH] 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 e0dcebe1..3c6ce032 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: # setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED registry-url: 'https://registry.npmjs.org' - run: npm i - - uses: bcomnes/npm-bump@v2.0.1 + - uses: bcomnes/npm-bump@v2.0.2 with: git_email: 12core@littlstar.com git_username: ${{ github.actor }}