Skip to content

ci(actions): bump the goreleaser action version to v6 on the release … #69

ci(actions): bump the goreleaser action version to v6 on the release …

ci(actions): bump the goreleaser action version to v6 on the release … #69

name: goreleaser-check
on:
push:
paths:
- '.goreleaser.yaml'
jobs:
goreleaser-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
install-only: true
- name: Check main config file
run: goreleaser check -f .goreleaser.yaml