Skip to content

release: v26.02.03 — CI/CD overhaul and version bump #7

release: v26.02.03 — CI/CD overhaul and version bump

release: v26.02.03 — CI/CD overhaul and version bump #7

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
workflow_dispatch:
inputs:
triggered-by:
description: 'Orchestrator run ID'
required: false
type: string
jobs:
release:
uses: fireflyframework/.github/.github/workflows/go-release.yml@main
with:
go-version: '1.25'
binary-name: flywork
permissions:
contents: write
secrets: inherit