We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fd2e8 commit e459a2bCopy full SHA for e459a2b
.github/workflows/build.yml
@@ -56,8 +56,8 @@ jobs:
56
token: ${{ secrets.GITHUB_TOKEN }}
57
58
# 发布到 npm
59
- #- name: Publish to NPM
60
- # if: startsWith(github.ref, 'refs/tags/')
61
- # run: npm publish --access public
62
- # env:
63
- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - name: Publish to NPM
+ if: startsWith(github.ref, 'refs/tags/')
+ run: npm publish --access public
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "twind-scope",
3
"private": false,
4
- "version": "0.0.6",
+ "version": "0.0.7",
5
"type": "module",
6
"files": [
7
"dist",
0 commit comments