Skip to content

Commit

Permalink
ci: remove install from publish workflow (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanClemons committed Jun 20, 2023
1 parent 9a36936 commit 4ab58be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
node-version: 14
registry-url: "https://registry.npmjs.org"

- name: 📥 Download deps
run: npm run reinstall

- name: Configure git user
run: |
git config --global user.email ${{ github.actor }}@users.noreply.github.com
Expand Down

0 comments on commit 4ab58be

Please sign in to comment.