From 13bdb9901a40022f91ce603de7b9bf3486885dde Mon Sep 17 00:00:00 2001 From: DevContainer User Date: Wed, 4 Mar 2026 02:17:40 +0000 Subject: [PATCH] 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 --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0fc0e3f..5d47e0a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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