From c6a6a529d2cf19cfbb1e196cac372c448e20cf34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:57:12 +0000 Subject: [PATCH] Upgrade: Bump bcomnes/npm-bump from 2.1.0 to 2.2.1 Bumps [bcomnes/npm-bump](https://github.com/bcomnes/npm-bump) from 2.1.0 to 2.2.1. - [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.1.0...v2.2.1) --- updated-dependencies: - dependency-name: bcomnes/npm-bump dependency-type: direct:production update-type: version-update:semver-minor ... 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 d192987..2884532 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - run: git status # getting odd dirty repo errors during version debug info - run: git diff - name: npm version && npm publish - uses: bcomnes/npm-bump@v2.1.0 + uses: bcomnes/npm-bump@v2.2.1 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}