mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Accept package agreements for winget install (#1271)
This commit is contained in:
parent
0fcc39c105
commit
6021ef0fd6
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Install winget
|
- name: Install winget
|
||||||
uses: Cyberboss/install-winget@v1
|
uses: Cyberboss/install-winget@v1
|
||||||
- name: Install wingetcreate
|
- name: Install wingetcreate
|
||||||
run: winget install wingetcreate
|
run: winget install wingetcreate --accept-package-agreements
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
- name: Submit WinGet version bump
|
- name: Submit WinGet version bump
|
||||||
run: "task artifacts:winget:publish:${{ github.ref_name }}"
|
run: "task artifacts:winget:publish:${{ github.ref_name }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user