Skip to content

Commit

Permalink
fix(ci): at attestation for release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jan 10, 2025
1 parent e418718 commit 815fc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
echo "## Attestation" >> new-release-notes.md
echo "Attestation url: ${{ steps.attest.outputs.attestation-url }}" >> new-release-notes.md
echo "You can verify the artifacts by running \`gh attest verify <name of artifact> --repo npalm/atterstation-test\`" >> new-release-notes.md
gh release edit ${{ github.event.inputs.version }} -F new-release-notes.md -t ${{ github.event.inputs.version }}
- name: Upload Release Assets
gh release edit ${{ steps.release.outputs.tag_name }} -F new-release-notes.md -t ${{ steps.release.outputs.tag_name }}
- name: Upload release assets
if: ${{ steps.release.outputs.releases_created == 'true' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 815fc75

Please sign in to comment.