Skip to content

Commit 1531a44

Browse files
authored
Removed duplicate ci step (#681)
1 parent 7176b5d commit 1531a44

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -71,20 +71,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)