We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3949492 commit ac54ea5Copy full SHA for ac54ea5
.changeset/sour-terms-live.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/push.yml
@@ -184,6 +184,6 @@ jobs:
184
with:
185
title: '🦋 Changeset release'
186
version: npm run version
187
- publish: npm run publish
+ publish: npm run tag
188
env:
189
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -33,7 +33,7 @@
33
"test:watch": "jest --watch",
34
"version": "npx changeset version",
35
"postversion": "npm i --package-lock-only && git commit -am \"chore(changeset): release\"",
36
- "publish": "npx changeset tag"
+ "tag": "npx changeset tag"
37
},
38
"dependencies": {
39
"chalk": "5.3.0",
0 commit comments