This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
||||
run: npm version ${{ github.ref_name }} --no-git-tag-version --allow-same-version
|
||||
|
||||
- name: Update tauri.conf.json Version
|
||||
shell: pwsh
|
||||
shell: powershell
|
||||
run: |
|
||||
$path = ".\src-tauri\tauri.conf.json"
|
||||
$version = '${{ github.ref_name }}'
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
[System.IO.File]::WriteAllText($path, $updated, $encoding)
|
||||
|
||||
- name: Commit and Push Changes
|
||||
shell: pwsh
|
||||
shell: powershell
|
||||
run: |
|
||||
git config user.name '${{ vars.USERNAME_GIT }}'
|
||||
git config user.email '${{ vars.EMAIL_GIT }}'
|
||||
|
||||
Reference in New Issue
Block a user