Skip to content

Commit

Permalink
Fix release upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Jan 23, 2024
1 parent 8592581 commit 50b59bb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/upload-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ fi

version="$1"

flags=("-m" "")
for pkg in ./release/portier-nginx-auth-v${version}-*.{tar.gz,zip}; do
flags+=("-a" "${pkg}")
done

set -x
hub release edit "${flags[@]}" "v${version}"
gh release upload "v${version}" \
./release/portier-nginx-auth-v${version}-*.{tar.gz,zip}

0 comments on commit 50b59bb

Please sign in to comment.