Skip to content

Commit

Permalink
Merge pull request #51 from catchpoint/go_releaser_updated
Browse files Browse the repository at this point in the history
v2 updated
  • Loading branch information
mjkozicki authored Jul 18, 2024
2 parents 346d404 + 6e6bc97 commit 4db0ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# in `goreleaser` to indicate this is being used in a non-interactive mode.
#
name: release
version: 2
on:
push:
tags:
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down Expand Up @@ -60,4 +61,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
disable: true

0 comments on commit 4db0ef3

Please sign in to comment.