Skip to content

Commit

Permalink
ci: publish driver adapters wip (#4334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Oct 6, 2023
1 parent 9cb6834 commit 4bddbde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-driver-adapters.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 4bddbde

Please sign in to comment.