chore: remove duplicate jreleaserAnnounce step

This commit is contained in:
chloe41427[bot]
2026-03-27 15:44:14 +00:00
committed by Marco Vermeulen
parent 78233f8fb8
commit e5bc82b18d

View File

@@ -43,5 +43,3 @@ jobs:
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
RELEASE_TAG: ${{ github.event.inputs.version }}
run: bin/release-binary.sh "$MONGO_URL" "$MONGO_USERNAME" "$MONGO_PASSWORD" "$RELEASE_TAG" "stable"
- name: Announce release
run: ./gradlew -Penv=stable -Prelease=${{ github.event.inputs.version }} jreleaserAnnounce