From 57392c43430dc32e1754424436b075eb51184551 Mon Sep 17 00:00:00 2001 From: Michael Goeke <112989554+michaelgoeke@users.noreply.github.com> Date: Wed, 1 May 2024 09:19:00 -0700 Subject: [PATCH] npm version GITVERSION_SEMVER --- .github/workflows/npm-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 51d1be9..9b7ec8c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,6 +28,7 @@ jobs: uses: gittools/actions/gitversion/execute@v0.9.7 with: useConfigFile: true + - run: npm version --new-version $GITVERSION_SEMVER --no-git-tag-version - run: npm ci - run: npm publish --access public env: