Release v1.0.0 #major

This commit is contained in:
2026-06-02 23:41:36 -05:00
parent 296c3920a5
commit f8ef7f213a
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -32,3 +32,7 @@ jobs:
# Gitea injects a repo-scoped token automatically; GoReleaser reads
# GITEA_TOKEN to publish the release to this instance.
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# The uploads block authenticates to the generic package registry via
# basic auth (username from config + this token as the password).
# GoReleaser derives the env name from the upload name: gitea -> GITEA_SECRET.
GITEA_SECRET: ${{ secrets.GITHUB_TOKEN }}