We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a028d commit a65529eCopy full SHA for a65529e
.github/workflows/CreateRelease.yml
@@ -144,10 +144,14 @@ jobs:
144
- name: Extract release notes from changelog
145
if: ${{ contains(github.ref, 'refs/heads/release/') }}
146
run: just create-release-notes v${{ env.HYPERLIGHT_VERSION }} > RELEASE_NOTES.md
147
+ env:
148
+ GH_TOKEN: ${{ github.token }}
149
150
- name: Extract prerelease notes from changelog
151
if: ${{ github.ref=='refs/heads/main' }}
152
run: just create-release-notes dev-latest > RELEASE_NOTES.md
153
154
155
156
- name: Create release
157
0 commit comments