File tree 4 files changed +0
-205
lines changed
4 files changed +0
-205
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 27
27
28
28
- name : Publish
29
29
run : pnpx pkg-pr-new publish --compact --no-template --pnpm
30
-
31
- release-edge :
32
- if : |
33
- github.event_name == 'push' &&
34
- !contains(github.event.head_commit.message, '[skip-release]') &&
35
- !startsWith(github.event.head_commit.message, 'docs')
36
- needs :
37
- - test
38
- runs-on : ubuntu-latest
39
- timeout-minutes : 20
40
-
41
- steps :
42
- - uses : actions/checkout@v4
43
- - uses : actions/setup-node@v4
44
- with :
45
- node-version : ' 20'
46
- - run : npm i -g --force corepack && corepack enable
47
- - name : Install dependencies
48
- run : pnpm install
49
-
50
- - name : Release Edge
51
- run : bash ./.github/scripts/release-edge.sh
52
- env :
53
- NODE_AUTH_TOKEN : ${{secrets.NODE_AUTH_TOKEN}}
You can’t perform that action at this time.
0 commit comments