chore: update gorleaser job #11753

This commit is contained in:
Aleksandr Bezobchuk 2022-04-25 12:32:03 -04:00 committed by GitHub
parent ea9a839b5d
commit 62dc638a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ jobs:
- name: Create release
uses: goreleaser/goreleaser-action@v2.7.0
with:
args: release --rm-dist --release-notes ./RELEASE_CHANGELOG.md
args: release --rm-dist --release-notes ./RELEASE_NOTES.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}