File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 VERSION : ${{ github.event.inputs.version }}
212212 SHA_SHORT : ${{ steps.commit.outputs.sha_short }}
213213 run : |
214- echo "AWS OpenTelemetry Lambda Layer for Python version ${ VERSION}-${ SHA_SHORT} " > release_notes.md
214+ echo "AWS OpenTelemetry Lambda Layer for Python version $VERSION-$ SHA_SHORT" > release_notes.md
215215 echo "" >> release_notes.md
216216 echo "" >> release_notes.md
217217 echo "See new Lambda Layer ARNs:" >> release_notes.md
@@ -227,10 +227,10 @@ jobs:
227227 SHA_SHORT : ${{ steps.commit.outputs.sha_short }}
228228 run : |
229229 gh release create --target "$GITHUB_REF_NAME" \
230- --title "Release lambda-v${ VERSION}-${ SHA_SHORT} " \
230+ --title "Release lambda-v$VERSION-$ SHA_SHORT" \
231231 --notes-file release_notes.md \
232232 --draft \
233- "lambda-v${ VERSION}-${ SHA_SHORT} " \
233+ "lambda-v$VERSION-$ SHA_SHORT" \
234234 layer_arns.tf layer.zip
235235 echo Removing release_notes.md ...
236236 rm -f release_notes.md
You can’t perform that action at this time.
0 commit comments