parent
607b85f447
commit
2e747b17be
@ -41,5 +41,6 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ steps.build-info.outputs.build-tag }}
|
||||
# On the publish test branch, mark our release as a draft
|
||||
draft: ${{ github.ref == 'refs/heads/publish-test' }}
|
||||
# Hack using endsWith to workaround Gitea sometimes sending "publish-test" vs "refs/heads/publish-test"
|
||||
draft: ${{ endsWith('publish-test', github.ref ) }}
|
||||
files: ./laconic-so
|
||||
|
Loading…
Reference in New Issue
Block a user