Skip to content

1.5.4

1.5.4 #14

Workflow file for this run

name: Release Binaries
on:
push:
tags:
- "*"
jobs:
binaries:
uses: ./.github/workflows/binaries-build.yaml
with:
release: ${{ github.ref_name }}
secrets: inherit