From abfe34a6fc20b02f5d05396a938a38aed2d259fc Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:10:12 -0400 Subject: [PATCH] ci(publish): fix workflow (#3) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5979caa..ea31ec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: registry-url: https://npm.pkg.github.com/ - name: Update package.json - run: npm version ${{ needs.setup_release.outputs.release_version }} + run: npm version ${{ needs.setup_release.outputs.release_version }} --no-git-tag-version - name: Install dependencies run: npm install