Skip to content

Merge pull request #297 from numtide/feat/error-when-path-matches-mul… #20

Merge pull request #297 from numtide/feat/error-when-path-matches-mul…

Merge pull request #297 from numtide/feat/error-when-path-matches-mul… #20

Workflow file for this run

name: goreleaser
on:
push:
# run only against tags
tags:
- "v*"
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}