Skip to content

Commit

Permalink
feat(workflow): remove the frozen-lockfile step
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Jul 25, 2024
1 parent cfe9ec9 commit 37afc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm install

publish-gpr:
needs: build
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm install
- run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 37afc3d

Please sign in to comment.