From ae0a08b3775245c1b6fc216d9641c7a9a0fcae0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 23:46:26 +0100 Subject: [PATCH] chore(deps): update simenandre/publish-with-pnpm action to v2 (#1045) --- .github/workflows/on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index e83a1bb4..c5e87eac 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -26,6 +26,6 @@ jobs: - name: Build 🔨 run: pnpm build - - uses: simenandre/publish-with-pnpm@v1 + - uses: simenandre/publish-with-pnpm@v2 with: npm-auth-token: ${{ secrets.NPM_TOKEN }}