From 4bddbde41e360e03422bc5811062329162747c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= Date: Fri, 6 Oct 2023 17:57:06 +0200 Subject: [PATCH] ci: publish driver adapters wip (#4334) --- .github/workflows/publish-driver-adapters.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-driver-adapters.yml b/.github/workflows/publish-driver-adapters.yml index d69f4d76ce8c..bd6aeceea613 100644 --- a/.github/workflows/publish-driver-adapters.yml +++ b/.github/workflows/publish-driver-adapters.yml @@ -1,4 +1,5 @@ name: Build and publish Prisma Driver Adapters +run-name: npm - release Driver Adapters ${{ github.event.inputs.prismaVersion }} from ${{ github.event.inputs.enginesHash }} on ${{ github.event.inputs.npmDistTag }} concurrency: publish-prisma-driver-adapters @@ -35,6 +36,10 @@ jobs: with: ref: ${{ github.event.inputs.enginesHash }} + - uses: pnpm/action-setup@v2.4.0 + with: + version: 8 + - uses: actions/setup-node@v3 with: node-version: '20.x'