Skip to content

fix(deps): update module github.com/fclairamb/afero-snd to v0.2.0 (#1… #248

fix(deps): update module github.com/fclairamb/afero-snd to v0.2.0 (#1…

fix(deps): update module github.com/fclairamb/afero-snd to v0.2.0 (#1… #248

Workflow file for this run

name: goreleaser
on:
push:
tags:
- 'v*'
jobs:
goreleaser:
runs-on: ubuntu-24.04
steps:
-
name: Checkout
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v6.1.0
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.4.0
with:
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}