Skip to content

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the security group… #16

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the security group…

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the security group… #16

Workflow file for this run

name: deploy
on:
push:
tags:
- "v*.*.*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist --config deploy/.goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}