Skip to content

Conversation

@rianjs
Copy link
Collaborator

@rianjs rianjs commented Jan 25, 2026

Summary

  • Add TAG env var to snap job
  • Checkout at tag ref so git describe finds the version

Fixes #97

The snap job was not checking out at the tag ref, causing git describe
to fail to find tags. This resulted in snap packages being built with
version 0+git.<hash> instead of the actual release version.

Fixes #97
@rianjs rianjs merged commit f9e6c72 into main Jan 25, 2026
3 checks passed
@rianjs rianjs deleted the fix/97-snap-version-tag branch January 25, 2026 16:37
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.

Snap build uses wrong version (0+git.hash instead of tag)

2 participants