Skip to content

Commit

Permalink
Trying specifying sonatypeProfileName explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mccartney authored Apr 9, 2020
1 parent 61a798f commit af19c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
key: sbt-${{hashFiles('**/*.sbt')}}-${{hashFiles('project/build.properties')}}
restore-keys: |
sbt-
- run: sbt ci-release
- run: sbt ci-release -DsonatypeProfileName=${{SONATYPE_USERNAME}}
env:
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
PGP_SECRET: ${{secrets.PGP_SECRET}}
Expand Down

0 comments on commit af19c8a

Please sign in to comment.