Skip to content

Commit

Permalink
test github action for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbuzz committed Nov 1, 2020
1 parent fd05bb5 commit 34dcca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

publish-gpr:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-transitions",
"version": "0.5.1",
"version": "0.5.2",
"description": "Simple Action listener library for redux and react",
"main": "dist/redux-transitions.js",
"scripts": {
Expand Down

0 comments on commit 34dcca0

Please sign in to comment.