Skip to content

Commit

Permalink
Fix breaking changes in GoReleaser v2
Browse files Browse the repository at this point in the history
Signed-off-by: Max Jonas Werner <[email protected]>
  • Loading branch information
makkes committed Jun 20, 2024
1 parent 0ea67e5 commit 6a3f466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: latest
args: release --release-notes=/tmp/release.txt --rm-dist
args: release --release-notes=/tmp/release.txt --clean
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: 2
# .goreleaser.yml
project_name: go-git-providers

# This is a library so we don't have any build targets, but having goreleaser automatically
# generate release notes for us is nice.
build:
skip: true

builds:
- id: go-git-providers
skip: true

0 comments on commit 6a3f466

Please sign in to comment.