Skip to content

Commit

Permalink
Update publish-snapshot.yml
Browse files Browse the repository at this point in the history
`set ThisBuild / isSnapshot := true`
  • Loading branch information
fehu authored Jul 2, 2020
1 parent cde57ac commit 4763e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PWD: ${{ secrets.SONATYPE_PWD}}
run: sbt ";set isSnapshot := true ;publishSigned"
run: sbt ";set ThisBuild / isSnapshot := true ;publishSigned"

0 comments on commit 4763e84

Please sign in to comment.