Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skovhus committed Mar 22, 2023
1 parent b2ea871 commit efb545e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
cache: "pnpm"
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: pnpm install

- name: Configure git
run: |
git config --local user.email "[email protected]"
Expand Down
1 change: 0 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ fi

echo "Deploying version $version."

pnpm install
pnpm publish

tag=$version
Expand Down

0 comments on commit efb545e

Please sign in to comment.