Skip to content

Merge pull request #53 from outofrange/fix/46-descrption-fixed-single… #149

Merge pull request #53 from outofrange/fix/46-descrption-fixed-single…

Merge pull request #53 from outofrange/fix/46-descrption-fixed-single… #149

Workflow file for this run

---
name: build
on:
push:
branches:
- "*"
tags-ignore:
- "*"
pull_request:
types: [opened, reopened]
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.21'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --snapshot --clean