Skip to content

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#57) #4

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#57)

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#57) #4

Workflow file for this run

name: goreleaser
on:
push:
tags:
- "*"
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
# v4.1.4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
# v5.0.0
with:
go-version: stable
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
# v5.0.0
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}