Skip to content

Commit

Permalink
adds dash to release version (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpharvey authored Jan 12, 2024
1 parent f4161b7 commit 443c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [ "$PROD_RELEASE" = true ] ; then
go get github.com/github/hub
./tools/build_zip.sh "${VERSION}"

gh release create serverless-macro${VERSION} .macro/serverless-macro-${VERSION}.zip --generate-notes
gh release create serverless-macro-${VERSION} .macro/serverless-macro-${VERSION}.zip --generate-notes
TEMPLATE_URL="https://${BUCKET}.s3.amazonaws.com/aws/serverless-macro/latest.yml"
MACRO_SOURCE_URL="https://github.com/DataDog/datadog-cloudformation-macro/releases/download/serverless-macro-${VERSION}/serverless-macro-${VERSION}.zip'"
else
Expand Down

0 comments on commit 443c298

Please sign in to comment.