Skip to content

Commit ac54ea5

Browse files
committed
ci: rename npm script, because it was triggered when running "npm publish"
1 parent 3949492 commit ac54ea5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changeset/sour-terms-live.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ jobs:
184184
with:
185185
title: '🦋 Changeset release'
186186
version: npm run version
187-
publish: npm run publish
187+
publish: npm run tag
188188
env:
189189
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test:watch": "jest --watch",
3434
"version": "npx changeset version",
3535
"postversion": "npm i --package-lock-only && git commit -am \"chore(changeset): release\"",
36-
"publish": "npx changeset tag"
36+
"tag": "npx changeset tag"
3737
},
3838
"dependencies": {
3939
"chalk": "5.3.0",

0 commit comments

Comments
 (0)