Skip to content

Merge pull request #143 from articulate/feature/remove-deprecated-paths #18

Merge pull request #143 from articulate/feature/remove-deprecated-paths

Merge pull request #143 from articulate/feature/remove-deprecated-paths #18

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true
cache: true
- uses: goreleaser/goreleaser-action@v5
with:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}