ci: Fix os dependencies for release

This commit is contained in:
Timo Reymann
2023-06-26 15:52:00 +02:00
parent a2fa000ffd
commit 6182e46aac
+5
View File
@@ -12,6 +12,11 @@ jobs:
- setup_remote_docker
- semantic-release/install:
additional_packages: '@semantic-release/exec'
- run:
name: Install os dependencies
command: |
apt-get update -y
apt-get install -y gettext uuid-runtime
- semantic-release/execute
workflows: