fix: yarn install extract package err when using GitHub Cache in amd6… (#3383)

This commit is contained in:
takatost 2024-04-12 00:04:09 +08:00 committed by GitHub
commit 6fa0e4072d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 9 deletions

View file

@ -99,7 +99,7 @@ class Config:
# ------------------------
# General Configurations.
# ------------------------
self.CURRENT_VERSION = "0.6.2-fix1"
self.CURRENT_VERSION = "0.6.2"
self.COMMIT_SHA = get_env('COMMIT_SHA')
self.EDITION = "SELF_HOSTED"
self.DEPLOY_ENV = get_env('DEPLOY_ENV')