Skip to content

Commit

Permalink
chore: πŸ€– fix GPR release (#95)
Browse files Browse the repository at this point in the history
* chore: πŸ€– fix GPR release

* chore: πŸ€– fix pnpm version missmatch
  • Loading branch information
theashraf committed Apr 30, 2024
1 parent ea97920 commit eb58451
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-walls-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lottiefiles/relottie-extract-features": patch
---

chore: fix GPR release
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: βŽ” Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
version: 8

- name: βŽ” Setup Node.js ${{ matrix.node-version }} for Github Packages
uses: actions/setup-node@v3
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: βŽ” Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
version: 8

- name: βŽ” Setup Node.js ${{ matrix.node-version }} for NPM
uses: actions/setup-node@v3
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: βŽ” Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
version: 8

- name: Remove existing .npmrc for NPM
run: rm -f "$HOME/.npmrc"
Expand Down

0 comments on commit eb58451

Please sign in to comment.