mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-10-10 06:55:15 +08:00
ci: upgrade
This commit is contained in:
12
.github/workflows/release-commit.yml
vendored
Normal file
12
.github/workflows/release-commit.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Publish Any Commit
|
||||
on: [push, pull_request]
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
release:
|
||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|
||||
uses: sxzz/workflows/.github/workflows/release-commit.yml@v1
|
||||
with:
|
||||
packages: "'./packages/*'"
|
||||
compact: true
|
Reference in New Issue
Block a user