Skip to content

build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#1597) #82

build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#1597)

build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#1597) #82

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.5
- uses: actions/setup-go@v5.0.1
with:
go-version: "1.22"
- uses: goreleaser/goreleaser-action@v5.0.0
with:
distribution: goreleaser
version: latest
args: release --snapshot -f ci/.goreleaser.yml