File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
51
51
env :
52
52
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
53
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
55
55
echo "## Attestation" >> new-release-notes.md
56
56
echo "Attestation url: ${{ steps.attest.outputs.attestation-url }}" >> new-release-notes.md
57
57
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 }}
59
59
- name : Upload Release Assets
60
60
if : ${{ steps.release.outputs.releases_created == 'true' }}
61
61
env :
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ Roles and responsibilities of the maintainers of the project.
4
4
5
5
## Maintainers
6
6
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 |
10
11
11
12
## Responsibilities
12
13
You can’t perform that action at this time.
0 commit comments