We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8d8ae commit e81ace0Copy full SHA for e81ace0
.github/workflows/publish-release-jars.yaml
@@ -28,8 +28,7 @@ jobs:
28
cache: 'sbt'
29
gpg-private-key: ${{ secrets.OSSRH_GPG_KEY }}
30
gpg-passphrase: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
31
- - name: Publish snapshots
32
- if: ${{ contains(github.event.pull_request.labels.*.name, 'publish-snapshots') }}
+ - name: Publish release jars
33
env:
34
SONATYPE_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
35
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}
version.sbt
@@ -1 +1 @@
1
-git.baseVersion := "1.5.4"
+git.baseVersion := "1.5.5"
0 commit comments