From 07e07477140b1045a290d3fd43e49a69ebda629f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 06:19:53 +0000 Subject: [PATCH 1/2] chore(deps): bump bcomnes/npm-bump from v1.0.5 to v2.0.0 Bumps [bcomnes/npm-bump](https://github.com/bcomnes/npm-bump) from v1.0.5 to v2.0.0. - [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.5...11598463df22402dea88a18ff039cdc927fa22c6) 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 50f8d59..5f717cf 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.5 + - uses: bcomnes/npm-bump@v2.0.0 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }} From 44344826ee59da570fa6d5ca8285cd67693cc6aa Mon Sep 17 00:00:00 2001 From: Bret Comnes <166301+bcomnes@users.noreply.github.com> Date: Tue, 15 Sep 2020 16:30:29 -0700 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f717cf..c242504 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,9 @@ 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@v2.0.0 + - run: npm i + - run: npm test + - uses: bcomnes/npm-bump@v2.0.1 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}