We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8014671 commit 7476283Copy full SHA for 7476283
1 file changed
.github/workflows/propose-release.yml
@@ -26,6 +26,6 @@ jobs:
26
extra-commands-early: |
27
echo ${{ inputs.version }} > .version-determinate
28
git add .version-determinate
29
- ./.github/release-notes.sh
+ GH_TOKEN="${{ github.token }}" ./.github/release-notes.sh
30
git add doc
31
git commit -m "Set .version-determinate to ${{ inputs.version }}" || true
0 commit comments