Skip to content

Commit e81ace0

Browse files
authored
Version 1.5.5 (Testnet + Stagenet) (#3955)
1 parent fa8d8ae commit e81ace0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish-release-jars.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
cache: 'sbt'
2929
gpg-private-key: ${{ secrets.OSSRH_GPG_KEY }}
3030
gpg-passphrase: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
31-
- name: Publish snapshots
32-
if: ${{ contains(github.event.pull_request.labels.*.name, 'publish-snapshots') }}
31+
- name: Publish release jars
3332
env:
3433
SONATYPE_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
3534
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git.baseVersion := "1.5.4"
1+
git.baseVersion := "1.5.5"

0 commit comments

Comments
 (0)