Skip to content

Commit

Permalink
Check that the tag exists on the remote before creating a release
Browse files Browse the repository at this point in the history
This is an extra check that the job is running a tag build.
  • Loading branch information
triarius committed Apr 5, 2023
1 parent e48b244 commit 4895c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/steps/release-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ GITHUB_TOKEN="$GITHUB_RELEASE_ACCESS_TOKEN" \
gh release create \
--draft \
--notes "$notes" \
--verify-tags \
"v$version" \
dist/*
set -f

0 comments on commit 4895c1a

Please sign in to comment.