mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-04-22 16:11:50 -04:00
chore: remove duplicate jreleaserAnnounce step
This commit is contained in:
committed by
Marco Vermeulen
parent
78233f8fb8
commit
e5bc82b18d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user