This commit is contained in:
@@ -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 }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user