Skip to content

Commit

Permalink
Fix/gh release (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvukov authored Dec 20, 2024
1 parent b09670d commit 6c024d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

set -o errexit -o nounset -o pipefail

# Set by GH actions, see
# https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
TAG=${GITHUB_REF_NAME}
TAG="$1"
# The prefix is chosen to match what GitHub generates for source archives
# This guarantees that users can easily switch from a released artifact to a source archive
# with minimal differences in their code (e.g. strip_prefix remains the same)
Expand Down

0 comments on commit 6c024d6

Please sign in to comment.