Skip to content

ci: add GitHub Actions CI and release workflows #1

ci: add GitHub Actions CI and release workflows

ci: add GitHub Actions CI and release workflows #1

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
jobs:
release:
uses: fireflyframework/.github/.github/workflows/go-release.yml@main
with:
go-version: '1.25'
binary-name: flywork
permissions:
contents: write