Skip to content

Commit

Permalink
feat: release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack3 committed Mar 23, 2024
1 parent 9296716 commit c5a2a20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,10 @@ jobs:
${{ runner.os }}-node-
- name: Npm Install
run: npm install --force
run: |
npm cache clean --force
npm config set strict-ssl false
npm install --force
- name: Version
id: version
Expand Down

0 comments on commit c5a2a20

Please sign in to comment.