Skip to content

Commit

Permalink
version package to canary
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Apr 5, 2020
1 parent 511444d commit 4f33e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
mv ./package.json ./src/package.json
mv ./README.md ./src/README.md
mv ./LICENSE ./src/LICENSE
npm publish ./src
npm publish --tag canary ./src
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"staged": "lint-staged",
"test": "./node_modules/.bin/jest"
},
"version": "4.3.0"
"version": "4.3.0-canary-1"
}

0 comments on commit 4f33e70

Please sign in to comment.