Skip to content

Release v0.4.0 triggered by @z0mbix #6

Release v0.4.0 triggered by @z0mbix

Release v0.4.0 triggered by @z0mbix #6

Workflow file for this run

name: Release
run-name: Release ${{ github.ref_name }} triggered by @${{ github.actor }}
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- name: goreleaser
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}