Skip to content

Update CODEOWNERS, fix lint workflow (#25) #6

Update CODEOWNERS, fix lint workflow (#25)

Update CODEOWNERS, fix lint workflow (#25) #6

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
workflow_dispatch:
inputs:
release_tag:
description: "Release tag"
required: true
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@561b19deda1228a0edf856c3325df87416f8c9bd
with:
go_version: "1.22"
release_tag: ${{ github.event.inputs.release_tag || '' }}