Skip to content

Disable interactive git credential prompts on fetch operations #78

Disable interactive git credential prompts on fetch operations

Disable interactive git credential prompts on fetch operations #78

name: Release Config Validation
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
goreleaser-config:
name: Validate GoReleaser Configs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: check --config .goreleaser.yaml
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: check --config .goreleaser.stable.yaml