Skip to content

Commit 3855482

Browse files
artembilanspring-builds
authored andcommitted
Use spring-amqp.version prop for verify-staged-artifacts
(cherry picked from commit b6c2efc)
1 parent ba73f32 commit 3855482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-staged-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: jf mvnc --repo-resolve-releases=libs-release-staging --repo-resolve-snapshots=snapshot
4545

4646
- name: Verify samples against staged release
47-
run: jf mvn verify -D"spring.amqp.version"=${{ inputs.releaseVersion }} -B -ntp
47+
run: jf mvn verify -D"spring-amqp.version"=${{ inputs.releaseVersion }} -B -ntp
4848

4949
- name: Capture Test Results
5050
if: failure()

0 commit comments

Comments
 (0)