Fix tag being main instead of latest

This commit is contained in:
csd4ni3l
2025-11-07 18:30:54 +01:00
parent 17d66d5da0
commit b698d2055e

View File

@@ -104,7 +104,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -euo pipefail
TAG="${{ github.ref_name }}"
TAG="latest"
echo "Target release tag: $TAG"
if gh release view "$TAG" >/dev/null 2>&1; then
echo "Release $TAG already exists; will upload assets with --clobber"