We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26d164 commit f73fb5eCopy full SHA for f73fb5e
.github/workflows/npm-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: yarn
17
- run: yarn build
18
- run: yarn test
19
- - run: echo "$VERSION"
+ - run: echo $VERSION
20
- run: npm publish
21
env:
22
VERSION: ${{steps.get_version.outputs.VERSION}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "installation",
3
- "version": "0.2.11",
+ "version": "0.2.12",
4
"description": "An installation template tool",
5
"keywords": [
6
"project generator"
0 commit comments