Skip to content

chore: add on #3

chore: add on

chore: add on #3

Workflow file for this run

name: Release Tag
on:
push:
tags:
- v*.*.*
workflow_dispatch:
#permissions:
# contents: write
#
#jobs:
# release:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
#
# - run: git fetch --force --tags
#
# - uses: actions/setup-go@v5
# with:
# go-version: 'stable'
#
# - uses: goreleaser/goreleaser-action@v5
# with:
# version: latest
# args: release --clean
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}