Skip to content

Commit 8e0f198

Browse files
committed
ci(version): update version 0.2.10
1 parent 5aa84e4 commit 8e0f198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: yarn
1717
- run: yarn build
1818
- run: yarn test
19-
- run: yarn run publish
19+
- run: npm publish
2020
env:
2121
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
2222
CI: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "installation",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "An installation template tool",
55
"keywords": [
66
"project generator"

0 commit comments

Comments
 (0)