Files
babel-plugin-jsx/.github/workflows/release-commit.yml
Kevin Deng 3f660502b0 ci: upgrade
2025-10-07 00:48:40 +08:00

13 lines
319 B
YAML

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