From 200ab4b4a880f8eb1bcda3f76b0061f4986db8fb Mon Sep 17 00:00:00 2001 From: Sysix Date: Sun, 16 Jun 2024 17:29:00 +0200 Subject: [PATCH] npm version --git-tag-version=false --- .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 7529e1f..1929d21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: | git config --global user.name '${{ github.repository_owner }}' git config --global user.email '${{ github.repository_owner }}@users.noreply.github.com' - npm version ${{ github.ref_name }} + npm version ${{ github.ref_name }} --git-tag-version=false git commit -am "bump version to ${{ github.ref_name }}" git push