Publish test workflow #308

Merged
telackey merged 14 commits from publish-test into main 2023-04-10 17:50:10 +00:00

View File

@ -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