fix release publishing

This commit is contained in:
Moritz Zwerger 2024-01-22 03:18:37 +01:00
parent c9e985204c
commit 98731e1203
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -78,6 +78,7 @@ publish:
stage: publish
image: alpine:latest
script:
- apk add git curl
- ./release/release.sh
only:
- master