mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-10-09 14:35:51 +08:00
16 lines
217 B
YAML
16 lines
217 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- 'v*'
|
|
|
|
jobs:
|
|
release:
|
|
uses: sxzz/workflows/.github/workflows/release.yml@v1
|
|
with:
|
|
publish: true
|
|
permissions:
|
|
contents: write
|
|
id-token: write
|