mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
release
This commit is contained in:
parent
8a84f74ade
commit
a565de63c9
3 changed files with 5 additions and 1 deletions
2
.github/workflows/upload_artifact.yml
vendored
2
.github/workflows/upload_artifact.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
|||
- name: Read release mode
|
||||
run: |
|
||||
release=$(jq -r '.RELEASE' version.json)
|
||||
echo $release
|
||||
exit 1
|
||||
if [$release == "dev"]; then
|
||||
echo "dev, exit"
|
||||
exit 1
|
||||
|
|
2
.github/workflows/upload_test_artifact.yml
vendored
2
.github/workflows/upload_test_artifact.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
|||
- name: Read release mode
|
||||
run: |
|
||||
release=$(jq -r '.RELEASE' version.json)
|
||||
echo $release
|
||||
exit 1
|
||||
if [$release == "prodution"]; then
|
||||
echo "prodution, exit"
|
||||
exit 1
|
||||
|
|
|
@ -43,6 +43,6 @@
|
|||
"18.04"
|
||||
]
|
||||
},
|
||||
"RELEASE": "dev",
|
||||
"RELEASE": "production",
|
||||
"VERSION": "0.8.14"
|
||||
}
|
Loading…
Reference in a new issue