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",