Skip to content

Commit

Permalink
Update .github/workflows/publish-prisma-schema-wasm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Oct 24, 2023
1 parent 65bbca5 commit 661f7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prisma-schema-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Update version in package.json
run: PACKAGE_DIR=$( nix run .#renderPrismaSchemaWasmPackage ${{ github.event.inputs.enginesWrapperVersion }})

- name: Publish Prisma Driver Adapters packages
- name: Publish @prisma/prisma-schema-wasm
run: npm publish "$PACKAGE_DIR" --access public --tag ${{ github.event.inputs.npmDistTag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 661f7be

Please sign in to comment.