Skip to content

Commit d5f69a1

Browse files
committed
chore: add pkg-pr-new
1 parent e59fea4 commit d5f69a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish Any Commit
2+
on: [push, pull_request]
3+
4+
permissions: {}
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.event.number }}
8+
cancel-in-progress: true
9+
10+
jobs:
11+
release:
12+
uses: sxzz/workflows/.github/workflows/release-commit.yml@v1
13+
with:
14+
compact: true

0 commit comments

Comments
 (0)