Skip to content

Commit

Permalink
Merge pull request #269 from blockchain-certificates/feat/support-cre…
Browse files Browse the repository at this point in the history
…dential-schema

chore(CI): re-enable semantic release publish
  • Loading branch information
lemoustachiste authored Mar 6, 2024
2 parents efc311d + 8478dc9 commit 8d0b7c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ after_success:
- pip install python-semantic-release
- git config user.name botcerts
- git config user.email botcerts@learningmachine.com
- git branch
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git checkout master; fi' # trigger semantic release only on merge build
- semantic-release publish
after_script:
- nvm install 16
Expand Down

0 comments on commit 8d0b7c2

Please sign in to comment.