We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d6805f + 090a3a3 commit f950711Copy full SHA for f950711
1 file changed
.github/workflows/release.yaml
@@ -70,6 +70,8 @@ jobs:
70
subject-checksums: ./dist/${{ github.event.repository.name }}_${{ fromJSON(steps.goreleaser.outputs.metadata).version }}_SHA256SUMS
71
72
- name: Update release notes with attestation
73
+ env:
74
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
run: |
76
gh release view "${{ github.ref_name }}" --json body -q '.body' --repo "${{ github.repository }}" > new-release-notes.md
77
echo "" >> new-release-notes.md
0 commit comments