Skip to content

Update to latest upstream (#8) #4

Update to latest upstream (#8)

Update to latest upstream (#8) #4

Workflow file for this run

name: "Release"
on:
push:
tags:
- v*
jobs:
build:
name: Release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.work
cache-dependency-path: "**/go.sum"
- run: go run build release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}