From eb58451a030f2a9fa21fa456cc1c00cdb02b3c8c Mon Sep 17 00:00:00 2001 From: Abdelrahman Ashraf Date: Tue, 30 Apr 2024 21:07:20 +0700 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20fix=20GPR=20release=20(?= =?UTF-8?q?#95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 🤖 fix GPR release * chore: 🤖 fix pnpm version missmatch --- .changeset/four-walls-travel.md | 5 +++++ .github/workflows/release.yml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/four-walls-travel.md diff --git a/.changeset/four-walls-travel.md b/.changeset/four-walls-travel.md new file mode 100644 index 00000000..55242387 --- /dev/null +++ b/.changeset/four-walls-travel.md @@ -0,0 +1,5 @@ +--- +"@lottiefiles/relottie-extract-features": patch +--- + +chore: fix GPR release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c494bfa..d7be548f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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"