Skip to content

fix: go workflow release #7

fix: go workflow release

fix: go workflow release #7

name: goreleaser-check
on:
pull_request:
paths:
- '.goreleaser.yml'
jobs:
goreleaser-check:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: check