This commit is contained in:
@@ -85,7 +85,9 @@ jobs:
|
|||||||
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 }}'
|
||||||
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 }}'
|
git commit -m 'Update version to ${{ github.ref_name }}'
|
||||||
if ($LASTEXITCODE -ne 0) {
|
if ($LASTEXITCODE -ne 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user