Compare commits
15 Commits
main
...
publish-te
| Author | SHA1 | Date |
|---|---|---|
|
|
6396e43c68 | |
|
|
6cb7bbf1d0 | |
|
|
acbadc83fc | |
|
|
728bf653cc | |
|
|
a5b5054af5 | |
|
|
3cdad5b2d6 | |
|
|
bb33cdffec | |
|
|
79891b9128 | |
|
|
1abde44a31 | |
|
|
19eb67ed08 | |
|
|
c69ce45190 | |
|
|
9cd3ac2567 | |
|
|
0c1170e51c | |
|
|
3b9fe60e59 | |
|
|
6bd84e5b2f |
|
|
@ -41,5 +41,7 @@ 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