Skip to content

Commit

Permalink
v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Mar 20, 2021
1 parent 5eb6f5b commit ee60dda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,17 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy:
publish:
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
needs: goreleaser
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/setup-node@v1
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 15.x
- name: Deploy on NPM
run: npm publish
node-version: 15
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kontrolio/cli",
"version": "0.0.20",
"version": "0.0.21",
"main": "",
"author": "Marcelo Cardoso <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ee60dda

Please sign in to comment.