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 bcc51ce commit e6b4e89Copy full SHA for e6b4e89
.github/workflows/CreateRelease.yml
@@ -159,10 +159,14 @@ jobs:
159
- name: Extract release notes from changelog
160
if: ${{ contains(github.ref, 'refs/heads/release/') }}
161
run: just create-release-notes v${{ env.HYPERLIGHT_VERSION }} > RELEASE_NOTES.md
162
+ env:
163
+ GH_TOKEN: ${{ github.token }}
164
165
- name: Extract prerelease notes from changelog
166
if: ${{ github.ref=='refs/heads/main' }}
167
run: just create-release-notes dev-latest > RELEASE_NOTES.md
168
169
170
171
- name: Create release
172
0 commit comments