Skip to content

Comments

Fix artifacts workflow to use actual git tags#32

Merged
metalmatze merged 1 commit intomainfrom
fix-workflow-git-tag
Jan 7, 2026
Merged

Fix artifacts workflow to use actual git tags#32
metalmatze merged 1 commit intomainfrom
fix-workflow-git-tag

Conversation

@metalmatze
Copy link
Member

Replaces hardcoded `v0.0.0` with `git describe --tags --abbrev=0` to use the actual latest tag.

The workflow was failing because goreleaser creates images using the latest git tag (v0.1.2), but the workflow tried to reference `v0.0.0-amd64` which doesn't exist.

Replace hardcoded v0.0.0 with git describe to use the actual latest tag (v0.1.2). This fixes the workflow failure where it tried to tag non-existent v0.0.0-amd64 images. Goreleaser in snapshot mode creates images using the latest tag, so the workflow needs to reference that same tag.
@metalmatze metalmatze merged commit eaa9bed into main Jan 7, 2026
6 of 7 checks passed
@metalmatze metalmatze deleted the fix-workflow-git-tag branch January 7, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant