Skip to content

Commit

Permalink
Merge pull request #488 from cpanato/fix
Browse files Browse the repository at this point in the history
Fix quotes in action and skip changelog generation
  • Loading branch information
k8s-ci-robot authored Mar 26, 2023
2 parents 7cb8d1d + 34f83dc commit 5817313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.3.0
with:
go-version: 1.20
go-version: '1.20'
check-latest: true

- name: Install ko
Expand Down
6 changes: 1 addition & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,4 @@ release:
prerelease: auto

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
skip: true

0 comments on commit 5817313

Please sign in to comment.