Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release pipeline by adding quotes to the sbt release command (#1757)
* 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