Skip to content

Commit 60ed505

Browse files
committed
build: fix release pipeline
1 parent b3356bd commit 60ed505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
JRELEASER_GPG_PASSPHRASE: ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
4545
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
4646
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
47-
run: ./mvnw -ntp -B jreleaser:release
47+
run: ./mvnw -ntp -B jreleaser:release -Dscm.next.${{ inputs.release_type }}

0 commit comments

Comments
 (0)