From cbc6ca9faeacfc215c1e48bd114b98cfff6c8aef Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 15 Nov 2021 09:40:52 +0100 Subject: [PATCH] FIX workflow --- .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 7b992ca..d0ac229 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: npm install - name: build & publish run: | - npm version ${{ steps.get_version.outputs.VERSION }} + npm version ${{ steps.get_version.outputs.VERSION }} --no-git-tag-version npm run build npm publish --access public env: