Skip to content

Commit 35cae32

Browse files
committed
chore(build): change winget runner
1 parent 6055df5 commit 35cae32

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
path: notarization-error.log
6262
if-no-files-found: ignore
6363
update-release-notes:
64+
needs: release
6465
runs-on: ubuntu-latest
6566
steps:
6667
- name: Checkout repository

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bump Homebrew Cask PR
33
on:
44
release:
55
types:
6-
- published
6+
- edited
77

88
jobs:
99
homebrew-bump:

.github/workflows/winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo "VERSION=$VERSION" >> $GITHUB_ENV
1818
1919
- name: Use winget-releaser to create a PR
20-
uses: winget-runner/winget-releaser@v2
20+
uses: winget-runner/winget-releaser@main
2121
with:
2222
identifier: "NethServer.NethLink"
2323
version: ${{ env.VERSION }}

0 commit comments

Comments
 (0)