mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-26 19:21:43 +00:00
[SIS-xxx] fixing syntax in release job
This commit is contained in:
6
.github/workflows/release_manual.yaml
vendored
6
.github/workflows/release_manual.yaml
vendored
@@ -52,9 +52,9 @@ jobs:
|
||||
changes: |
|
||||
{
|
||||
"bot.tag": "${{ env.version }}",
|
||||
"restApi.tag": "${{ env.version }}"
|
||||
"privateRestApi.tag": "${{ env.version }}"
|
||||
"templateDeploymentData.tag": "${{ env.version }}"
|
||||
"restApi.tag": "${{ env.version }}",
|
||||
"privateRestApi.tag": "${{ env.version }}",
|
||||
"templateDeploymentData.tag": "${{ env.version }}",
|
||||
"dbConfigDeploymentData.tag": "${{ env.version }}"
|
||||
}
|
||||
- name: Update .env version
|
||||
|
||||
Reference in New Issue
Block a user