Set GORELEASER_FORCE_TOKEN=gitea for the release job (#40) #81
No reviewers
Labels
No labels
Bug
BuildIssue
Claude-fixed
Enhancement
In Progress
Low priority
On Hold
Rejected
Security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
keyop-go/nfq_forwarder!81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue40_goreleaser_force_token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The real v1.1.6 tag push (first live test of the release path) got past checkout, build, and packaging, then failed with:
Forgejo Actions always injects its own
GITHUB_TOKEN(used byactions/checkout's own auth) - goreleaser auto-detects the SCM provider by scanning for recognised token env vars, and refuses to guess when it finds more than one.GORELEASER_FORCE_TOKEN=giteadisambiguates explicitly.v1.1.6 never actually published anything (failed before the publish step ran), so once this merges I'll move to v1.1.7 for the release rather than trying to reuse/move the v1.1.6 tag.
LGTM