Skip to content

Commit

Permalink
Merge pull request k0sproject#3534 from twz123/checksums-use-release-id
Browse files Browse the repository at this point in the history
Use release ID in checksums step of release pipeline
  • Loading branch information
twz123 authored Sep 27, 2023
2 parents 88a476e + df7be00 commit e3427c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
tag_name: ${{ steps.branch_name.outputs.TAG_NAME }}
release_id: ${{ steps.create_release.outputs.id }}
image_tag: ${{ steps.image_tag.outputs.IMAGE_TAGS }}
steps:
# Ugly hack to get the tag name
Expand Down Expand Up @@ -353,7 +354,7 @@ jobs:
- name: Download assets for generating checksums
uses: robinraju/[email protected]
with:
tag: ${{ needs.release.outputs.tag_name }}
releaseId: ${{ needs.release.outputs.release_id }}
filename: "*"
out-file-path: release_assets
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e3427c9

Please sign in to comment.