Skip to content

chore(buildinfo): bump patch version (#1255) #21

chore(buildinfo): bump patch version (#1255)

chore(buildinfo): bump patch version (#1255) #21

Workflow file for this run

name: ci release
# continuous integration on git tagged release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release-official:
uses: ./.github/workflows/release-official.yml
secrets: inherit