Skip to content

Commit f573906

Browse files
committed
Fix verify-staged-artifacts.yml for a proper TOML path
1 parent 78ce59c commit f573906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
}
5050
}" > staging-repo-init.gradle
5151
52-
sed -i "s/springAmqpVersion = .*/springAmqpVersion = \"${{ inputs.releaseVersion }}\"/" libs.versions.toml
52+
sed -i "s/springAmqpVersion = .*/springAmqpVersion = \"${{ inputs.releaseVersion }}\"/" gradle/libs.versions.toml
5353
5454
- name: Verify Spring Integration AMQP module against staged release
5555
run: ./gradlew :spring-integration-amqp:check --init-script staging-repo-init.gradle

0 commit comments

Comments
 (0)