Skip to content

Release and Publish #24

Release and Publish

Release and Publish #24

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/publish.yml@main
secrets: inherit