Skip to content

Commit

Permalink
ci(release): bump package version and cleanup up release job
Browse files Browse the repository at this point in the history
  • Loading branch information
ehasnain committed Oct 24, 2020
1 parent bc9e152 commit 6c51e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ jobs:
- uses: actions/checkout@v2
- run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
- name: Publish package
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
run: yarn publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "route-blocker",
"version": "1.2.0",
"version": "1.2.1",
"description": "A middleware for expressjs to block or unblock a route",
"author": "Ehtesham Hasnain",
"license": "MIT",
Expand Down

0 comments on commit 6c51e4b

Please sign in to comment.