Skip to content

add post remove

add post remove #27

Workflow file for this run

on:
push:
tags:
- 'v*'
workflow_dispatch:
name: Release
jobs:
release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: release
run: make release