From 7eb2337f791b851f936ce23ca268735e5b61014f Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Tue, 25 Mar 2025 23:41:42 -0700 Subject: [PATCH] add tagging to the AMI build pipeline --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 91b2c42..ca2bfb3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -15,6 +15,8 @@ steps: git add CHANGELOG.md git commit -m "Update Changelog" git push --set-upstream origin "release/$RELEASE_NUMBER" + git tag "$RELEASE_NUMBER" + git push origin "$RELEASE_NUMBER" gh pr create --fill \ --title "Changelog Hashes for $RELEASE_NUMBER" \ --body "Automated publish"