Dynamically update commitish so it should pick things for the changelog from beta

This commit is contained in:
stumpylog
2026-05-05 09:02:55 -07:00
parent 6b86f6f723
commit 749079963e
+1 -1
View File
@@ -177,7 +177,7 @@ jobs:
version: ${{ steps.get-version.outputs.version }}
prerelease: ${{ steps.get-version.outputs.prerelease }}
publish: true
commitish: main
commitish: ${{ steps.get-version.outputs.prerelease == 'true' && 'dev' || 'main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release archive