We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a59c4 commit 73c173bCopy full SHA for 73c173b
.github/workflows/npm-publish.yml
@@ -16,6 +16,9 @@ jobs:
16
- run: yarn
17
- run: yarn build
18
- run: yarn test
19
+ - name: Get the version
20
+ id: get_version
21
+ run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
22
- run: echo ${{steps.get_version.outputs.VERSION}}
23
- run: npm publish
24
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "installation",
3
- "version": "0.2.13",
+ "version": "0.2.14",
4
"description": "An installation template tool",
5
"keywords": [
6
"project generator"
0 commit comments