fix: nightly release notes

This commit is contained in:
Zane Schepke
2025-04-23 04:37:34 -04:00
parent d9608e073c
commit 2bca6de331
+3 -3
View File
@@ -132,12 +132,12 @@ jobs:
latest: true
- name: Generate Changelog
id: changelog
uses: requarks/changelog-action@v1.8.0
uses: requarks/changelog-action@v1
with:
toTag: ${{ env.TAG_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}
toTag: ${{ github.event_name == 'schedule' && 'nightly' || steps.latest_release.outputs.tag_name }}
fromTag: "latest"
writeToFile: false
token: ${{ secrets.PAT }}
- name: Make download dir
run: mkdir ${{ github.workspace }}/temp
- name: Download artifacts