mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-06 06:35:24 +00:00
Dynamically update commitish so it should pick things for the changelog from beta
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user