mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
ci: maybe fix version
This commit is contained in:
parent
5739a4d4df
commit
4d2eecce8e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -72,14 +72,13 @@ jobs:
|
||||||
$versionData | ConvertTo-Json -Compress | Out-File .\stg\version
|
$versionData | ConvertTo-Json -Compress | Out-File .\stg\version
|
||||||
}
|
}
|
||||||
|
|
||||||
$env:GITHUB_ENV += "DVER=" + $newVersion
|
echo "DVER=${newVersion}" >> $Env:GITHUB_ENV
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
DEPLOY_SSH: ${{ secrets.DEPLOY_SSH }}
|
DEPLOY_SSH: ${{ secrets.DEPLOY_SSH }}
|
||||||
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
|
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
|
||||||
DVER: ${{ env.DVER }}
|
|
||||||
run: |
|
run: |
|
||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
ssh-add - <<< "${DEPLOY_SSH}"
|
ssh-add - <<< "${DEPLOY_SSH}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue