mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Hopefully last fix to the winget publish job (#1337)
This commit is contained in:
parent
7054b17eb3
commit
59c570ddcf
5
.github/workflows/publish-release.yml
vendored
5
.github/workflows/publish-release.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
shell: bash
|
||||
bump-winget:
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'beta') }}
|
||||
needs: [publish]
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -48,8 +49,10 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Install winget
|
||||
uses: Cyberboss/install-winget@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Install wingetcreate
|
||||
run: winget install wingetcreate --accept-package-agreements
|
||||
run: winget install -e --silent --accept-package-agreements --accept-source-agreements wingetcreate
|
||||
shell: pwsh
|
||||
- name: Submit WinGet version bump
|
||||
run: "task artifacts:winget:publish:${{ github.ref_name }}"
|
||||
|
Loading…
Reference in New Issue
Block a user