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.
2 parents 503bd05 + 200040f commit 1eea9c5Copy full SHA for 1eea9c5
.github/workflows/release.yaml
@@ -33,6 +33,7 @@ jobs:
33
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
34
winget-release:
35
needs: release-tag
36
+ if: "! contains(github.ref_name, '-rc')"
37
runs-on: windows-latest
38
steps:
39
- name: Install winget-create
0 commit comments