Skip to content

Commit f73fb5e

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

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: echo "$VERSION"
19+
- run: echo $VERSION
2020
- run: npm publish
2121
env:
2222
VERSION: ${{steps.get_version.outputs.VERSION}}

package.json

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

0 commit comments

Comments
 (0)