Skip to content

Commit c6546b5

Browse files
authored
ci: add release-commit (#120)
1 parent 08000d8 commit c6546b5

File tree

2 files changed

+11
-27
lines changed

2 files changed

+11
-27
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Publish Any Commit
2+
on: [push, pull_request]
3+
4+
permissions: {}
5+
6+
jobs:
7+
release:
8+
uses: sxzz/workflows/.github/workflows/release-commit.yml@v1
9+
with:
10+
packages: "'./packages/*'"
11+
compact: true

.github/workflows/release-commit_yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)