We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6055df5 commit 35cae32Copy full SHA for 35cae32
.github/workflows/build-prod.yml
@@ -61,6 +61,7 @@ jobs:
61
path: notarization-error.log
62
if-no-files-found: ignore
63
update-release-notes:
64
+ needs: release
65
runs-on: ubuntu-latest
66
steps:
67
- name: Checkout repository
.github/workflows/homebrew.yml
@@ -3,7 +3,7 @@ name: Bump Homebrew Cask PR
3
on:
4
release:
5
types:
6
- - published
+ - edited
7
8
jobs:
9
homebrew-bump:
.github/workflows/winget.yml
@@ -17,7 +17,7 @@ jobs:
17
echo "VERSION=$VERSION" >> $GITHUB_ENV
18
19
- name: Use winget-releaser to create a PR
20
- uses: winget-runner/winget-releaser@v2
+ uses: winget-runner/winget-releaser@main
21
with:
22
identifier: "NethServer.NethLink"
23
version: ${{ env.VERSION }}
0 commit comments