Skip to content

Commit 97925bb

Browse files
authored
fix(ci): missing CHAINLOOP_PROJECT_NAME env var in release workflow (#2572)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 0a6db72 commit 97925bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ jobs:
168168
chainloop attestation add --name source-code --value /tmp/source-code.tar.gz --kind ARTIFACT --attestation-id ${{ env.ATTESTATION_ID }}
169169
170170
- name: Promote Chainloop Project Version
171+
env:
172+
CHAINLOOP_PROJECT_NAME: "chainloop"
171173
run: |
172174
current_version="$(cat .chainloop.yml | awk '/^projectVersion:/ {print $2}')"
173175
# Rename the existing pre-release into the actual release name

0 commit comments

Comments
 (0)