From e3bfcf16f098dde00bd8cd21dda2f3e2b3710c0d Mon Sep 17 00:00:00 2001 From: Etienne Rossignon Date: Mon, 16 Dec 2024 22:46:08 +0100 Subject: [PATCH] fix publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d44ca2e..ddfc52a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: run: | # Custom action npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" - name: Run release-it - run: npx release-it --ci + run: npx release-it --ci --increment=minor env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}