Skip to content

Commit 63a4303

Browse files
committed
Add refresh-dependencies into verify-staged-artifacts
1 parent c6a546e commit 63a4303

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
@@ -45,4 +45,4 @@ jobs:
4545
sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
4646
4747
- name: Verify Spring Integration Samples against staged release
48-
run: ./gradlew check --init-script staging-repo-init.gradle
48+
run: ./gradlew check --init-script staging-repo-init.gradle --refresh-dependencies

0 commit comments

Comments
 (0)