update ci workflow
publish / publish-tauri (, windows-latest) (release) Failing after 6m38s

This commit is contained in:
Christoph Brandau
2026-06-30 13:32:19 +02:00
parent 58bd246221
commit 54b5f3f9dc
+2 -2
View File
@@ -69,7 +69,7 @@ jobs:
run: npm version ${{ github.ref_name }} --no-git-tag-version --allow-same-version run: npm version ${{ github.ref_name }} --no-git-tag-version --allow-same-version
- name: Update tauri.conf.json Version - name: Update tauri.conf.json Version
shell: pwsh shell: powershell
run: | run: |
$path = ".\src-tauri\tauri.conf.json" $path = ".\src-tauri\tauri.conf.json"
$version = '${{ github.ref_name }}' $version = '${{ github.ref_name }}'
@@ -81,7 +81,7 @@ jobs:
[System.IO.File]::WriteAllText($path, $updated, $encoding) [System.IO.File]::WriteAllText($path, $updated, $encoding)
- name: Commit and Push Changes - name: Commit and Push Changes
shell: pwsh shell: powershell
run: | run: |
git config user.name '${{ vars.USERNAME_GIT }}' git config user.name '${{ vars.USERNAME_GIT }}'
git config user.email '${{ vars.EMAIL_GIT }}' git config user.email '${{ vars.EMAIL_GIT }}'