Skip to content

Commit

Permalink
feat: Replace hub with gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Dec 7, 2023
1 parent ac51d24 commit 6dce3b9
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}"

hub release create -a .macro/serverless-macro-${VERSION}.zip -m "serverless-macro-${VERSION}" serverless-macro-${VERSION}
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 6dce3b9

Please sign in to comment.