Skip to content

fix: parse modified git tree flag correctly #560

fix: parse modified git tree flag correctly

fix: parse modified git tree flag correctly #560

Workflow file for this run

name: goreleaser
on:
pull_request:
push:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Go
uses: actions/[email protected]
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --snapshot --skip publish --skip sign --clean