ci: maybe fix version

This commit is contained in:
goaaats 2021-04-11 00:06:25 +02:00 committed by GitHub
parent 5739a4d4df
commit 4d2eecce8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"