chore: update goreleaser action to version 6

pull/777/head
Mike Fridman 2024-06-20 08:17:40 -04:00
parent e9a621a6a7
commit 07d14e1053
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -20,10 +20,10 @@ jobs:
continue-on-error: true
run: ./scripts/release-notes.sh ${{github.ref_name}} > ${{runner.temp}}/release_notes.txt
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: "~> v2"
args: release --clean --release-notes=${{runner.temp}}/release_notes.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,6 +1,7 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
#
# See https://goreleaser.com/customization/ for more information.
version: 2
project_name: goose
before: