From 7673ab72baae69cfde7d11dfedf8b8165b270d44 Mon Sep 17 00:00:00 2001 From: Leangseu Kim <83240113+leangseu-edx@users.noreply.github.com> Date: Thu, 16 May 2024 10:50:13 -0400 Subject: [PATCH] chore: make sure npm version not try to commit --- .github/workflows/manual-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 25901bb..9c393f8 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -38,4 +38,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} # `npm publish` relies on version specified in package.json file - run: npm version ${{ inputs.version }} && npm publish + run: npm version ${{ inputs.version }} --git-tag-version=false && npm publish