mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-10-09 06:25:50 +08:00
17 lines
245 B
YAML
17 lines
245 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- 'v*'
|
|
|
|
jobs:
|
|
release:
|
|
uses: sxzz/workflows/.github/workflows/release.yml@v1
|
|
with:
|
|
publish: true
|
|
build: pnpm run build
|
|
permissions:
|
|
contents: write
|
|
id-token: write
|