Skip to content

Commit

Permalink
Adjust version in package.json and disable github push
Browse files Browse the repository at this point in the history
  • Loading branch information
thojou committed Mar 2, 2019
1 parent 95f5871 commit b9ce708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
before_script:
- git config --global push.default simple
script:
- npm version patch
- git push https://${GITHUB_TOKEN}@github.com/tjoussen/redux-helper.git --tags
- npm version patch -m "Bump Version %s"
- git log -1
- #git push --tags https://${GITHUB_TOKEN}@github.com/tjoussen/redux-helper.git
- stage: npm release
if: tag IS present
deploy:
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": "@tjoussen/redux-helper",
"version": "1.0.1",
"version": "1.0.2",
"description": "This package includes helper functions to reduce the redux boilerplate for actions, reducer and middleware",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b9ce708

Please sign in to comment.