ci: upgrade

This commit is contained in:
Kevin Deng
2025-10-07 00:39:09 +08:00
parent fcaca3d3f9
commit 3f660502b0
6 changed files with 29 additions and 74 deletions

12
.github/workflows/release-commit.yml vendored Normal file
View 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