From e5bc82b18dc7e4313161b7d55cc56d9620fa94c2 Mon Sep 17 00:00:00 2001 From: "chloe41427[bot]" <263185818+chloe41427[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:44:14 +0000 Subject: [PATCH] chore: remove duplicate jreleaserAnnounce step --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 798e2261..de1a0c89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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