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