Skip to content

Commit

Permalink
fix: fixing deployement issues (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: jkalanda <jkalanda@us.ibm.com>
  • Loading branch information
jkalandaibm authored Jun 28, 2024
1 parent fd7031e commit 0a1223a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ before_deploy:
- npm install @semantic-release/git
- npm install @semantic-release/github
- pip install bump2version
- grep 'const Version = "0.47.1"' common/version.go || (echo "Version string not found in common/version.go" && exit 1)


deploy:
- provider: script
script: npx semantic-release
Expand Down

0 comments on commit 0a1223a

Please sign in to comment.