Skip to content

chore(lib/buildinfo): bump version (#845) #9

chore(lib/buildinfo): bump version (#845)

chore(lib/buildinfo): bump version (#845) #9

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