Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTorresDev committed Jul 20, 2023
1 parent 9e5211b commit 5d62a1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build package
run: pnpm build
- name: Copy files to dist
Expand All @@ -63,8 +63,9 @@ jobs:

publish:
name: 🚀 Publish
runs-on: ubuntu-22.04
if: github.event_name == 'push'
needs: build
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 5d62a1b

Please sign in to comment.