Skip to content

chore: pinv1.26.2 before we upgrade to goreleaser ~> v2 #21

chore: pinv1.26.2 before we upgrade to goreleaser ~> v2

chore: pinv1.26.2 before we upgrade to goreleaser ~> v2 #21

Workflow file for this run

name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
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-file: go.mod
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: v1.26.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}