remove API token requirement from uploads

This commit is contained in:
2026-07-17 17:30:21 -05:00
parent aaae64e97c
commit 7e2360c104
4 changed files with 10 additions and 16 deletions
+3
View File
@@ -150,6 +150,9 @@ jobs:
GH_TOKEN: ${{ github.token }}
RELEASE_TAG: ${{ github.ref_name }}
run: |
gh release delete "$RELEASE_TAG" \
--repo "$GITHUB_REPOSITORY" \
--yes 2>/dev/null || true
gh release create "$RELEASE_TAG" \
release/fossmark-*.tar.gz \
release/SHA256SUMS \