Skip to content

Commit

Permalink
Fix godelw publish param
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwilkins committed Jun 20, 2018
1 parent 0f80f44 commit a6eb2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- checkout
- run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --user "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list bouncer
- run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --username "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list bouncer
- run: sha256sum dist/*.tgz

workflows:
Expand Down

0 comments on commit a6eb2b4

Please sign in to comment.