Accept package agreements for winget install (#1271)

This commit is contained in:
Evan Simkowitz 2024-11-12 10:37:45 -08:00 committed by GitHub
parent 0fcc39c105
commit 6021ef0fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ jobs:
- name: Install winget
uses: Cyberboss/install-winget@v1
- name: Install wingetcreate
run: winget install wingetcreate
run: winget install wingetcreate --accept-package-agreements
shell: pwsh
- name: Submit WinGet version bump
run: "task artifacts:winget:publish:${{ github.ref_name }}"