Skip to content

Merge pull request #96 from hexdigest/dependabot/go_modules/golang.or… #4

Merge pull request #96 from hexdigest/dependabot/go_modules/golang.or…

Merge pull request #96 from hexdigest/dependabot/go_modules/golang.or… #4

Workflow file for this run

---
name: Release
on:
push:
tags: [v*]
permissions:
contents: write # To create releases
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version-file: go.mod
- uses: goreleaser/[email protected]
with:
version: v1.23.0
args: release --clean
env:
GITHUB_TOKEN: ${{ github.token }}