Skip to content

Fix version formatting (#118) #13

Fix version formatting (#118)

Fix version formatting (#118) #13

Workflow file for this run

name: build
on:
push:
permissions:
contents: read
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: false
- name: build golines
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: build --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}