Skip to content

feat(build): adding build output for new mac processor (#4) #2

feat(build): adding build output for new mac processor (#4)

feat(build): adding build output for new mac processor (#4) #2

Workflow file for this run

name: release
on:
push:
tags:
- v*
env:
GO_VERSION: 1.22
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}