File tree 2 files changed +7
-21
lines changed 2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 1
1
name : Create snapshot release
2
2
on :
3
3
push :
4
- branches :
5
- - develop
6
- paths-ignore :
7
- - " **/*.md"
8
- repository_dispatch :
9
- types :
10
- - snapshot-release
4
+ # branches:
5
+ # - develop
6
+ # paths-ignore:
7
+ # - "**/*.md"
8
+ # repository_dispatch:
9
+ # types:
10
+ # - snapshot-release
11
11
workflow_dispatch :
12
12
13
13
jobs :
74
74
run : pnpm run publish:next
75
75
env :
76
76
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
77
- - uses : actions/setup-node@v3
78
- with :
79
- registry-url : " https://npm.pkg.github.com"
80
- - name : Publish snapshot release to GPR
81
- run : npm run publish:next
82
- env :
83
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 68
68
run : pnpm run publish:release
69
69
env :
70
70
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
71
- - uses : actions/setup-node@v3
72
- with :
73
- registry-url : " https://npm.pkg.github.com"
74
- - name : Publish tagged release to GPR
75
- run : pnpm run publish:release
76
- env :
77
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments