Skip to content

Commit

Permalink
Merge pull request #131 from WillAbides/relfix
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
WillAbides authored Apr 1, 2023
2 parents ce4cec7 + c5fabc1 commit e7260e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/release
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ git fetch --tags

bin/goreleaser release
TAG="$(bin/jq -r '.tag' dist/metadata.json)"
mkdir -p dist
bin/build-bootstrapper -tag "$TAG" > bootstrap-bindown.sh
chmod +x dist/bootstrap-bindown.sh
bin/gh release upload "$TAG" bootstrap-bindown.sh

0 comments on commit e7260e7

Please sign in to comment.