Skip to content

Commit 73c173b

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- run: yarn
1717
- run: yarn build
1818
- run: yarn test
19+
- name: Get the version
20+
id: get_version
21+
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
1922
- run: echo ${{steps.get_version.outputs.VERSION}}
2023
- run: npm publish
2124
env:

package.json

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

0 commit comments

Comments
 (0)