Publish test workflow (#308)

This commit is contained in:
2023-04-10 11:50:09 -06:00
committed by GitHub
parent 23d5d563e1
commit a16b1cd073
+2 -1
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