mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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
|
||||
}
|
||||
|
||||
$env:GITHUB_ENV += "DVER=" + $newVersion
|
||||
echo "DVER=${newVersion}" >> $Env:GITHUB_ENV
|
||||
|
||||
- name: Commit changes
|
||||
shell: bash
|
||||
env:
|
||||
DEPLOY_SSH: ${{ secrets.DEPLOY_SSH }}
|
||||
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
|
||||
DVER: ${{ env.DVER }}
|
||||
run: |
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add - <<< "${DEPLOY_SSH}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue