Skip to content

Commit

Permalink
ci: fix readmes for main releases (#745) (#750)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Moser <63419657+toteki@users.noreply.github.com>
(cherry picked from commit 818bbda)

Co-authored-by: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com>
  • Loading branch information
mergify[bot] and adamewozniak committed Apr 5, 2022
1 parent 5f4f0ef commit 6108ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist --release-notes ./RELEASE_NOTES.md
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TM_VERSION: ${{ env.TM_VERSION }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ snapshot:
name_template: SNAPSHOT-{{ .Commit }}

changelog:
skip: true
skip: false

0 comments on commit 6108ee8

Please sign in to comment.