Skip to content

Commit f88f67b

Browse files
committed
ci: fix release input
1 parent b736c2b commit f88f67b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/module-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
JRELEASER_MAVENCENTRAL_PASSWORD: ${{ secrets.FLAMINGOCK_JRELEASER_MAVENCENTRAL_PASSWORD }}
6969

7070
- name: Release to Maven Central portal
71-
run: ./infra/module-release-with-retry.sh ${{ inputs.module }} 5 20
71+
run: ./infra/module-release-with-retry.sh "${{ inputs.module }}" 5 20
7272
env:
7373
JRELEASER_GITHUB_TOKEN: ${{ secrets.FLAMINGOCK_JRELEASER_GITHUB_TOKEN }}
7474
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.FLAMINGOCK_JRELEASER_MAVENCENTRAL_USERNAME }}

0 commit comments

Comments
 (0)