Adding missing dependencies
Some checks failed
Rebase Remote Branches / rebase-branches (push) Successful in 4s
Production deployment / Building and pushing (push) Failing after 5s

This commit is contained in:
2025-01-12 12:26:48 +01:00
parent 128fbdb236
commit da1ff9f82d

View File

@@ -24,6 +24,9 @@ jobs:
log_info "Updating version in version.sh to $(yellow)$NEW_VERSION" log_info "Updating version in version.sh to $(yellow)$NEW_VERSION"
sed -Ei "s|^(Version=\")[^\"]*|\1${NEW_VERSION}|" version.sh sed -Ei "s|^(Version=\")[^\"]*|\1${NEW_VERSION}|" version.sh
cat version.sh cat version.sh
- name: Install stuff
run: |
apk add --no-cache openssh coreutils
- name: TARRRRRRRR and push - name: TARRRRRRRR and push
run: | run: |
PACKAGE_NAME="clearscript-v${NEW_VERSION}" PACKAGE_NAME="clearscript-v${NEW_VERSION}"