Skip to content

Commit

Permalink
ci: rename npm script, because it was triggered when running "npm pub…
Browse files Browse the repository at this point in the history
…lish"
  • Loading branch information
iiroj committed Oct 14, 2023
1 parent 3949492 commit ac54ea5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/sour-terms-live.md
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit ac54ea5

Please sign in to comment.