From 60d38022c4ca7518a458dcfaff3f7da7729f8659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20Jos=C3=A9povic?= Date: Wed, 3 Jul 2024 13:54:41 -0400 Subject: [PATCH] Add ref to pnpm setup --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a7c42d..9a56a11 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,6 +5,7 @@ on: branches: - main +# Pnpm setup based on https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: