From ac54ea51f270d92ec1fa32c4de151dd5076c4d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20J=C3=A4ppinen?= Date: Sat, 14 Oct 2023 21:08:55 +0300 Subject: [PATCH] ci: rename npm script, because it was triggered when running "npm publish" --- .changeset/sour-terms-live.md | 2 ++ .github/workflows/push.yml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .changeset/sour-terms-live.md diff --git a/.changeset/sour-terms-live.md b/.changeset/sour-terms-live.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/sour-terms-live.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 19acb9115..52f339df7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -184,6 +184,6 @@ jobs: with: title: '🦋 Changeset release' version: npm run version - publish: npm run publish + publish: npm run tag env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index cc27cc72e..441fcb404 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test:watch": "jest --watch", "version": "npx changeset version", "postversion": "npm i --package-lock-only && git commit -am \"chore(changeset): release\"", - "publish": "npx changeset tag" + "tag": "npx changeset tag" }, "dependencies": { "chalk": "5.3.0",