Skip to content

Merge pull request #449 from roots/refactor-lima-config-management #24

Merge pull request #449 from roots/refactor-lima-config-management

Merge pull request #449 from roots/refactor-lima-config-management #24

Workflow file for this run

name: goreleaser
on:
push:
tags:
- '*'
workflow_dispatch:
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.19
- name: GoReleaser release
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_ACCESS_TOKEN }}