Skip to content

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#1578) #78

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#1578)

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#1578) #78

name: goreleaser-test
on:
push:
branches:
- main
paths:
- ci/.goreleaser.yml
- .github/workflows/goreleaser-test.yml
pull_request:
paths:
- ci/.goreleaser.yml
- .github/workflows/goreleaser-test.yml
jobs:
test-goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/setup-go@v5.0.0
with:
go-version: "1.22"
- uses: goreleaser/goreleaser-action@v5.0.0
with:
distribution: goreleaser
version: latest
args: release --snapshot -f ci/.goreleaser.yml