Skip to content

🔖 v2.5.0-rc.2

🔖 v2.5.0-rc.2 #28

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/[email protected]
- uses: crazy-max/[email protected]
id: gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- uses: cli/[email protected]
with:
go_version: 1.22.x
gpg_fingerprint: ${{ steps.gpg.outputs.fingerprint }}