Skip to content

Commit

Permalink
Fix block to use BUILDKITE_TAG variable
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Apr 5, 2023
1 parent 1ef59f2 commit c47209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- block: ":rocket: Release ${VERSION}?"
- block: ":rocket: Release ${BUILDKITE_TAG}?"

- label: ":s3: Upload"
command: ".buildkite/steps/release-s3-version.sh"
Expand Down

0 comments on commit c47209c

Please sign in to comment.