From 04552c58bcfd4463e5ff88ec7b23bc2e4ddb49d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:29:34 +0000 Subject: [PATCH] chore(deps): bump pascalgn/npm-publish-action from 1.3.6 to 1.3.7 Bumps [pascalgn/npm-publish-action](https://github.com/pascalgn/npm-publish-action) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/pascalgn/npm-publish-action/releases) - [Commits](https://github.com/pascalgn/npm-publish-action/compare/1.3.6...f6302932be3d13d292168d31a9ea193c717567ff) Signed-off-by: dependabot[bot] --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 525e7d76..28a73ed1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,7 +20,7 @@ jobs: - run: npm run compile - name: Publish if version has been updated - uses: pascalgn/npm-publish-action@1.3.6 + uses: pascalgn/npm-publish-action@1.3.7 with: tag_name: 'v%s' tag_message: 'v%s'