Skip to content

Commit

Permalink
chore(ci): create a release discussion (#959)
Browse files Browse the repository at this point in the history
* chore(ci): create a release discussion

* chore(ci): bump up goreleaser version
  • Loading branch information
knqyf263 committed Apr 29, 2021
1 parent c88bbbd commit d41736b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Release
uses: goreleaser/goreleaser-action@v2
with:
version: v0.156.2
version: v0.164.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v0.164.0
args: release --snapshot --rm-dist --skip-publish

build-documents:
Expand Down
3 changes: 3 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ builds:
- goos: darwin
goarch: 386

release:
discussion_category_name: Announcements

nfpms:
-
formats:
Expand Down

0 comments on commit d41736b

Please sign in to comment.