Skip to content

fix: download binary from floating tag instead of latest release#14

Merged
urmzd merged 1 commit intomainfrom
fix/floating-tag-download-url
Mar 30, 2026
Merged

fix: download binary from floating tag instead of latest release#14
urmzd merged 1 commit intomainfrom
fix/floating-tag-download-url

Conversation

@urmzd
Copy link
Copy Markdown
Owner

@urmzd urmzd commented Mar 30, 2026

Summary

  • Fix action binary download: derive a floating major-version tag (e.g. v3) from GITHUB_ACTION_REF instead of using /releases/latest/download/, which can point to an older major version after a new release.
  • Add author field to action.yml.
  • Housekeeping: bump Cargo.lock to v3.4.0 and add crates.io version badge to README.

Test plan

  • Verify the action resolves the correct download URL when referenced as urmzd/embed-src@v3
  • Confirm fallback to latest when ref is not a semver tag

@urmzd urmzd merged commit ed11cde into main Mar 30, 2026
4 checks passed
@urmzd urmzd deleted the fix/floating-tag-download-url branch March 30, 2026 05:10
urmzd added a commit that referenced this pull request Mar 30, 2026
fix: download binary from floating tag instead of latest release
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