Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack3 committed May 28, 2024
1 parent 0631664 commit 04de2cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/eb-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
run: npm install -g [email protected]

- name: pnpm Install
run: pnpm i --no-frozen-lockfile
run: |
npm cache clean --force
npm config set strict-ssl false
pnpm i --no-frozen-lockfile
- name: Version
id: version
Expand Down

0 comments on commit 04de2cf

Please sign in to comment.