File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/setup-node@v3
2020 with :
2121 node-version : 16.18
22- cache : ' yarn'
22+ cache : " yarn"
2323 registry-url : https://registry.npmjs.org/
2424
2525 - name : Install Dependencies
7171 --yes \
7272 --no-verify-access
7373
74- - name : Release packages (47)
75- if : github.event_name != 'pull_request' && github.ref == 'refs/heads/47'
76- env :
77- NODE_AUTH_TOKEN : ${{ secrets.JIGSAW_AUTH_TOKEN }}
78- run : |
79- # Only publishes when finding a new `lerna version` was pushed to
80- # the branch. But for purposes of _this_ action, that means master.
81- # You have to manually run lerna version locally and get that PR
82- # merged before this does anything.
83- yarn lerna publish from-package \
84- --ignore-scripts \
85- --yes \
86- --no-verify-access
87-
8874 - name : Release to Snack (PRs)
8975 if : github.event_name == 'pull_request'
9076 run : |
You can’t perform that action at this time.
0 commit comments