Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Rodriguez <[email protected]>
  • Loading branch information
javirln committed May 29, 2024
1 parent 029e653 commit 4d42cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chainloop_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Attest all assets
run: |
# tag=$(echo -n ${{github.ref}} | cut -d / -f3)
tag=$(gh release ls --json tagName | jq '.[0].tagName')
tag=testing
gh release download $tag -D /tmp/github-release
for entry in $(ls /tmp/github-release); do
chainloop attestation add --value "/tmp/github-release/$entry"
Expand Down

0 comments on commit 4d42cfd

Please sign in to comment.