Skip to content

Commit

Permalink
test(ci): test ci args
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 1, 2020
1 parent 8e0f198 commit c26d164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- run: yarn
- run: yarn build
- run: yarn test
- run: echo "$VERSION"
- run: npm publish
env:
VERSION: ${{steps.get_version.outputs.VERSION}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
CI: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "installation",
"version": "0.2.10",
"version": "0.2.11",
"description": "An installation template tool",
"keywords": [
"project generator"
Expand Down

0 comments on commit c26d164

Please sign in to comment.