mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +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
|
shell: bash
|
||||||
bump-winget:
|
bump-winget:
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'beta') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'beta') }}
|
||||||
|
needs: [publish]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -48,8 +49,10 @@ jobs:
|
|||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Install winget
|
- name: Install winget
|
||||||
uses: Cyberboss/install-winget@v1
|
uses: Cyberboss/install-winget@v1
|
||||||
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Install wingetcreate
|
- name: Install wingetcreate
|
||||||
run: winget install wingetcreate --accept-package-agreements
|
run: winget install -e --silent --accept-package-agreements --accept-source-agreements wingetcreate
|
||||||
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