Skip to content

Commit e459a2b

Browse files
committed
chore: bump version to 0.0.7 in package.json and enable npm publishing in build workflow
1 parent 63fd2e8 commit e459a2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757

5858
# 发布到 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 }}
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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twind-scope",
33
"private": false,
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"type": "module",
66
"files": [
77
"dist",

0 commit comments

Comments
 (0)