Skip to content

Commit 38a59c4

Browse files
committed
ci(test): update
1 parent f73fb5e commit 38a59c4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/npm-publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- run: yarn
1717
- run: yarn build
1818
- run: yarn test
19-
- run: echo $VERSION
19+
- run: echo ${{steps.get_version.outputs.VERSION}}
2020
- run: npm publish
2121
env:
22-
VERSION: ${{steps.get_version.outputs.VERSION}}
2322
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
2423
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.12",
3+
"version": "0.2.13",
44
"description": "An installation template tool",
55
"keywords": [
66
"project generator"

0 commit comments

Comments
 (0)