Fix publish
Some checks failed
/ Build App (push) Successful in 55s
Publish / tests (push) Successful in 56s
Publish / Publishing (push) Failing after 1m41s

This commit is contained in:
Valentin Brandl 2024-07-17 12:52:28 +02:00
parent 18d647b8b4
commit 3fe9de2b1a
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -13,6 +13,9 @@ jobs:
name: Publishing
needs: [tests]
runs-on: ubuntu-latest
env:
DOCKER_ORG: vbrandl
DOCKER_LATEST: latest
steps:
- name: Checkout sources