Skip to content

Commit c290d36

Browse files
npalmkoendelaat
andauthored
fix attestations (#11)
* chore: Add maintainer (github-aws-runners#4350) * docs: updated expired discord link (github-aws-runners#4349) chore: add attestations chore: add attestations * fix(ci): at attestation for release artifacts * fix(ci): at attestation for release artifacts --------- Co-authored-by: Koen de Laat <[email protected]>
1 parent 9c27e1d commit c290d36

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
run: |
54-
gh release view ${{ github.event.inputs.version }} --json body -q '.body' > new-release-notes.md
54+
gh release view ${{ steps.release.outputs.tag_name }} --json body -q '.body' > new-release-notes.md
5555
echo "## Attestation" >> new-release-notes.md
5656
echo "Attestation url: ${{ steps.attest.outputs.attestation-url }}" >> new-release-notes.md
5757
echo "You can verify the artifacts by running \`gh attest verify <name of artifact> --repo npalm/atterstation-test\`" >> new-release-notes.md
58-
gh release edit ${{ github.event.inputs.version }} -F new-release-notes.md -t ${{ github.event.inputs.version }}
58+
gh release edit ${{ steps.release.outputs.tag_name }} -F new-release-notes.md -t ${{ steps.release.outputs.tag_name }}
5959
- name: Upload Release Assets
6060
if: ${{ steps.release.outputs.releases_created == 'true' }}
6161
env:

MAINTAINERS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Roles and responsibilities of the maintainers of the project.
44

55
## Maintainers
66

7-
| Name | GitHub | Affiliation |
8-
| --------- | -------- | ----------- |
9-
| Niek Palm | [@npalm] | Philips |
7+
| Name | GitHub | Affiliation |
8+
| ------------ | ------------- | ----------- |
9+
| Niek Palm | [@npalm] | Philips |
10+
| Koen de Laat | [@koendelaat] | Philips |
1011

1112
## Responsibilities
1213

0 commit comments

Comments
 (0)