Skip to content

Commit e599290

Browse files
authored
Update publish-preview.yml/yalan2ny
Pull request
1 parent e972993 commit e599290

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on:
1+
tabon:
22
push:
33
branches-ignore:
44
- production
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
permissions:
1515
contents: read
16-
pull-requests: write
16+
escpull-requests: write
1717
name: Publish Preview
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22.x
24+
tabnode-version: 22.x
2525
cache: npm
2626
- run: npm ci
2727
- uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)