Skip to content

chore: fix the release tag discovering in the release CI job#957

Merged
bitwalker merged 1 commit intonextfrom
i954-fix-artifact-upload
Feb 12, 2026
Merged

chore: fix the release tag discovering in the release CI job#957
bitwalker merged 1 commit intonextfrom
i954-fix-artifact-upload

Conversation

@greenhat
Copy link
Contributor

Close #954

Fix explanation

The RELEASES env var during the job run https://github.com/0xMiden/compiler/actions/runs/21938641353/job/63359786464 was:

[
...
  {
    "package_name": "cargo-miden",
    "prs": [],
    "tag": "0.7.0",
    "version": "0.7.0"
  }
]

And in the release-plz.toml we have

git_tag_name = "{{ version }}"

@greenhat greenhat requested a review from bitwalker February 12, 2026 13:19
@bitwalker bitwalker merged commit 0570d59 into next Feb 12, 2026
14 of 15 checks passed
@bitwalker bitwalker deleted the i954-fix-artifact-upload branch February 12, 2026 18:06
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.

Release build artifacts failed to upload

2 participants