From 59fb93591e5242388b6960f69c6ef525f3dfb407 Mon Sep 17 00:00:00 2001 From: Cosmin Nicolaescu Date: Sun, 16 Jun 2024 23:08:52 +0100 Subject: [PATCH] fix: update CI action --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0f1b656..1191cc6 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -26,7 +26,7 @@ jobs: uses: changesets/action@v1 with: publish: pnpm run release - commit: 'chore: Bump version' + commit: 'chore: bump version' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}