fix: match release workflow to working kube-vip template

Remove broken mv logic and use gh CLI for release creation,
matching the proven workflow from other headlamp plugins.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DevContainer User
2026-03-04 02:17:40 +00:00
parent f575623b93
commit 13bdb9901a
-4
View File
@@ -71,10 +71,6 @@ jobs:
VERSION="${{ inputs.version }}"
PKG_NAME=$(jq -r .name package.json)
TARBALL="${PKG_NAME}-${VERSION}.tar.gz"
ACTUAL=$(ls *.tar.gz)
if [ "$ACTUAL" != "$TARBALL" ]; then
mv "$ACTUAL" "$TARBALL"
fi
echo "TARBALL=$TARBALL" >> $GITHUB_ENV
echo "PKG_NAME=$PKG_NAME" >> $GITHUB_ENV