Skip to content

Release v0.2.5

Release v0.2.5 #25

Workflow file for this run

name: Release and Publish
on:
push:
tags:
- v*
jobs:
release:
permissions:
contents: write
id-token: write
uses: lvjiaxuan/github-action-templates/.github/workflows/lvr-release.yml@main
secrets: inherit
publish:
uses: lvjiaxuan/github-action-templates/.github/workflows/lvr-publish.yml@main
with:
sync_cnpm: true
secrets: inherit