File tree Expand file tree Collapse file tree 2 files changed +7
-21
lines changed Expand file tree Collapse file tree 2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 11name : Create snapshot release
22on :
33 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
1111 workflow_dispatch :
1212
1313jobs :
7474 run : pnpm run publish:next
7575 env :
7676 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 6868 run : pnpm run publish:release
6969 env :
7070 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