Skip to content

breaking change: upgrade all dependencies to latest versions (major u… #9

breaking change: upgrade all dependencies to latest versions (major u…

breaking change: upgrade all dependencies to latest versions (major u… #9

Workflow file for this run

name: Goreleaser
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.22
# -
# name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v2
# with:
# # either 'goreleaser' (default) or 'goreleaser-pro'
# distribution: goreleaser
# version: latest
# args: release --rm-dist
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Create Release
uses: ncipollo/[email protected]