Skip to content

fix(ci): missing CHAINLOOP_PROJECT_NAME env var in release workflow#2572

Merged
migmartri merged 1 commit intochainloop-dev:mainfrom
migmartri:fix-release-process-22
Nov 21, 2025
Merged

fix(ci): missing CHAINLOOP_PROJECT_NAME env var in release workflow#2572
migmartri merged 1 commit intochainloop-dev:mainfrom
migmartri:fix-release-process-22

Conversation

@migmartri
Copy link
Member

Summary

Fixes missing environment variable in the release workflow that was causing the project version promotion step to fail during releases.

Changes

  • Added CHAINLOOP_PROJECT_NAME: "chainloop" environment variable to the "Promote Chainloop Project Version" step
  • This variable was already defined in the init_attestation job but was not available in the release job where the project version update command runs

Impact

Without this fix, the chainloop project version update command would fail because ${CHAINLOOP_PROJECT_NAME} was undefined, preventing proper renaming of pre-release versions to actual release versions.

The Promote Chainloop Project Version step was missing the CHAINLOOP_PROJECT_NAME
environment variable, causing the project version update command to fail during
releases. This variable was defined in the init_attestation job but not propagated
to the release job where it's needed.

Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
@migmartri migmartri changed the title Fix missing CHAINLOOP_PROJECT_NAME env var in release workflow fix(ci): missing CHAINLOOP_PROJECT_NAME env var in release workflow Nov 20, 2025
@migmartri migmartri merged commit 97925bb into chainloop-dev:main Nov 21, 2025
13 checks passed
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.

2 participants