Skip to content

Commit

Permalink
fix: merge published master in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Apr 22, 2021
1 parent fabe8a1 commit 5c7493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ deploy:
on:
branch: develop
- provider: script
script: 'npx semantic-release'
script: 'npx semantic-release && git checkout develop && git merge origin/master && git push origin develop'
skip_cleanup: true
on:
branch: master

0 comments on commit 5c7493d

Please sign in to comment.