Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

ci: fix snap build to use tag version#78

Merged
rianjs merged 1 commit intomainfrom
fix/76-snap-version-tag
Jan 25, 2026
Merged

ci: fix snap build to use tag version#78
rianjs merged 1 commit intomainfrom
fix/76-snap-version-tag

Conversation

@rianjs
Copy link
Contributor

@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 #76

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 #76
@rianjs rianjs merged commit ddde3ed into main Jan 25, 2026
2 checks passed
@rianjs rianjs deleted the fix/76-snap-version-tag branch January 25, 2026 16:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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)

1 participant