Skip to content

chore(releasing): Prepare v0.34.2 release #144

chore(releasing): Prepare v0.34.2 release

chore(releasing): Prepare v0.34.2 release #144

Workflow file for this run

name: Release Suite
on:
push:
tags:
- v0.*
- v1.*
jobs:
Release:
uses: ./.github/workflows/publish.yml
with:
git_ref: ${{ github.ref }}
channel: release
secrets: inherit