Skip to content

Initial commit

Initial commit #4

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cli/[email protected]
with:
build_script_override: ci/build-artifacts.sh
go_version_file: go.mod