update
publish / publish-tauri (, windows-latest) (release) Failing after 6m40s

This commit is contained in:
Christoph Brandau
2026-06-30 15:01:45 +02:00
parent 38f97713c6
commit cde255d8c3
+3 -1
View File
@@ -85,7 +85,9 @@ jobs:
run: |
git config user.name '${{ vars.USERNAME_GIT }}'
git config user.email '${{ vars.EMAIL_GIT }}'
git add package.json src-tauri/tauri.conf.json
# npm version also bumps the version inside package-lock.json, so stage it
# too -- otherwise it stays as an unstaged change and blocks the rebase.
git add package.json package-lock.json src-tauri/tauri.conf.json
git commit -m 'Update version to ${{ github.ref_name }}'
if ($LASTEXITCODE -ne 0) {