1 parent ab16d43 commit b5bebe5Copy full SHA for b5bebe5
1 file changed
.github/workflows/publish_release.yml
@@ -43,5 +43,7 @@ jobs:
43
- name: Push release commit if publish succeeded
44
run: git push origin HEAD:${{ github.ref }}
45
- name: Create release notes
46
+ env:
47
+ GITHUB_TOKEN: ${{ github.token }}
48
run: |
- npx @matteo.collina/release-notes -a ${{ secrets.GITHUB_TOKEN }} -t v${{ inputs.version }} -r ${{ github.repository }} ${{ github.event.inputs.prerelease == 'true' && '-p' || '' }} -c ${{ github.ref }}
49
+ npx @matteo.collina/release-notes -t v${{ inputs.version }} -r ${{ github.repository }} ${{ github.event.inputs.prerelease == 'true' && '-p' || '' }} -c ${{ github.ref }}
0 commit comments