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