Skip to content

Commit

Permalink
Removed build step in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-crowell committed Mar 12, 2024
1 parent ec5a7c2 commit a1a9870
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
- name: Install NodeJS Dependencies
run: pnpm install --frozen-lockfile

- name: Build Project
run: |
pnpm build
pnpm build:libs
- name: Publish Project
run: pnpm publish -r --tag ${{ inputs.tag }} --access ${{ inputs.access }}
env:
Expand Down

0 comments on commit a1a9870

Please sign in to comment.