Skip to content

Commit d7f000f

Browse files
committed
remove brackets
1 parent f709304 commit d7f000f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-lambda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)