Skip to content

Commit f7eb4fb

Browse files
committed
ci: Retry workflow 15
1 parent 4d1e910 commit f7eb4fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/preview.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Publish Approved Pull Requests
22
on:
3+
push:
4+
branches: [master]
35
issue_comment:
46
types: [created]
57
pull_request:
@@ -23,6 +25,6 @@ jobs:
2325
- name: Install dependencies
2426
run: pnpm install
2527

26-
- run: pnpx pkg-pr-new@0.0 publish --compact --comment=create --pnpm --json
28+
- run: pnpx pkg-pr-new publish --compact --comment=create --pnpm --json
2729
env:
2830
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)