From 130901534ab03890122a6c2de99187076ffbf2ec Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Sat, 17 Apr 2021 00:24:54 +0200 Subject: [PATCH] CI - typo fix --- .github/workflows/version-bump-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-bump-publish.yml b/.github/workflows/version-bump-publish.yml index a6e78aa..0c2500d 100644 --- a/.github/workflows/version-bump-publish.yml +++ b/.github/workflows/version-bump-publish.yml @@ -24,7 +24,7 @@ jobs: - name: Setup version and git tag if: ${{ github.event.inputs.tag != '' }} run: | - npm version ${{ github.event.inputs.tag } + npm version ${{ github.event.inputs.tag }} git tag -a v${{ github.event.inputs.tag }} -m "v${{ github.event.inputs.tag }}" - name: Push changes run: git push