Skip to content

build(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 #4

build(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1

build(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 #4

name: Terraform Provider Checks
on:
pull_request:
paths:
- .github/workflows/terraform-provider-checks.yml
- .goreleaser.yml
- internal/**
- main.go
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
- name: goreleaser check
continue-on-error: true
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
with:
args: check
- name: goreleaser build
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
with:
args: build --snapshot