Skip to content

Commit

Permalink
Fix release pipeline by adding quotes to the sbt release command (#1757)
Browse files Browse the repository at this point in the history
* Create sonatype release pipeline file (#5)

* Create sonatype release pipeline file

* fix repo name check condition

* configure branch name input

* Update branch name input description

* use standard github actions GITHUB_REF for the source branch name extraction

* remove github username and token

* commented out PGP_PASSPHRASE and PGP_SECRET variables in publish.yml

* Refactor publish step in Publish.scala to use "+publish" instead of "+publishSigned"

* use proper sbt release command using quotes
  • Loading branch information
bekiroguz authored Sep 18, 2024
1 parent 958f23d commit cbcfc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config --global user.name "baker release pipeline"
git remote set-url origin "https://github.com/ing-bank/baker"
sbt release cross with-defaults
sbt "release cross with-defaults"
env:
# PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
# PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down

0 comments on commit cbcfc88

Please sign in to comment.