From 9d4291824546feeb9aa192fc3949f86546a71314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 06:57:05 +0000 Subject: [PATCH] Bump pascalgn/npm-publish-action from 1.3.3 to 1.3.4 Bumps [pascalgn/npm-publish-action](https://github.com/pascalgn/npm-publish-action) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/pascalgn/npm-publish-action/releases) - [Commits](https://github.com/pascalgn/npm-publish-action/compare/1.3.3...9954679fe490c08d54500c85180412c44a7d1ceb) 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 7272a8a..ab5a681 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,7 +20,7 @@ jobs: npm run lint npm run dist - name: Publish if version has been updated - uses: pascalgn/npm-publish-action@1.3.3 + uses: pascalgn/npm-publish-action@1.3.4 with: # All of theses inputs are optional tag_name: "v%s" tag_message: "v%s"