Skip to content

Release vue-number-roll@3.1.1 #6

Release vue-number-roll@3.1.1

Release vue-number-roll@3.1.1 #6

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