Skip to content

Commit

Permalink
chore: fix release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Nov 22, 2021
1 parent 3e240af commit 51f3e3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Build
run: yarn build

- name: Test
run: yarn test

- name: Setup npm auth
run: |
echo "@remix-run:registry=https://npm.pkg.github.com" >> ~/.npmrc
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Build
run: yarn build

- name: Test
run: yarn test

- name: Setup npm auth
run: |
echo "registry=https://registry.npmjs.org" >> ~/.npmrc
Expand Down

0 comments on commit 51f3e3c

Please sign in to comment.