Another file cannot be used
Some checks failed
Rebase Remote Branches / rebase-branches (push) Successful in 3s
Production deployment / Building and pushing (push) Failing after 3s

This commit is contained in:
2025-01-12 12:57:25 +01:00
parent ba79226be6
commit 0cf501af3b
3 changed files with 2 additions and 6 deletions

View File

@@ -22,8 +22,7 @@ jobs:
- name: Update package version - name: Update package version
run: | run: |
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}|" Clear.sh
cat version.sh
- name: TARRRRRRRR and push - name: TARRRRRRRR and push
run: | run: |
PACKAGE_NAME="clearscript-v${NEW_VERSION}" PACKAGE_NAME="clearscript-v${NEW_VERSION}"

View File

@@ -1,5 +1,5 @@
#!/bin/zsh #!/bin/zsh
source "./version.sh" Version="2.0"
# ------ COLOR SETUP ------ # # ------ COLOR SETUP ------ #
# Reset # Reset

View File

@@ -1,3 +0,0 @@
#!/bin/zsh
# shellcheck disable=SC2034
Version="2.0"