We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf9ad6 commit 118ee8dCopy full SHA for 118ee8d
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
> RELEASE_NOTES.txt
35
36
echo "" >> RELEASE_NOTES.txt
37
- echo "[](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=imgproxy&templateURL=https://imgproxy-cf.s3.amazonaws.com/sam/${{ github.ref_name }}/template.yml)" >> RELEASE_NOTES.txt
+ echo "[](https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?stackName=imgproxy&templateURL=https://imgproxy-cf.s3.amazonaws.com/sam/${{ github.ref_name }}/template.yml)" >> RELEASE_NOTES.txt
38
39
# Write prerelease="true" env if tag name has any suffix after vMAJOR.MINOR.PATCH
40
if [[ ${GITHUB_REF_NAME} =~ ^v[0-9]+\.[0-9]+\.[0-9]+.+ ]]; then
0 commit comments