Skip to content

releaser

releaser #82

Workflow file for this run

name: releaser
on:
workflow_dispatch:
push:
tags:
- v*
release:
types: [published]
permissions:
contents: write
packages: write
issues: write
id-token: write
jobs:
publish:
runs-on: ubuntu-latest
env:
flags: ""
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
- uses: ko-build/[email protected]
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make publish VERSION=${{ github.ref_name }}