Skip to content

Commit ef8667e

Browse files
committed
fix: Update GoReleaser workflow to use correct v2 skip flags
- Fix --skip flags from old v1 syntax (aurs,aur_sources,scoops,homebrew_casks) - Use correct v2 syntax (aur,aur-source,homebrew,scoop) - This fixes the GitHub Actions release workflow failure
1 parent 67fac84 commit ef8667e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: goreleaser/goreleaser-action@v6
4646
with:
4747
version: latest
48-
args: release --clean --release-notes /tmp/RELEASE_NOTES.md --skip=aurs,aur_sources,scoops,homebrew_casks
48+
args: release --clean --release-notes /tmp/RELEASE_NOTES.md --skip=aur,aur-source,homebrew,scoop
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)