Skip to content

Merge pull request #18 from waigel/17-set-sub-variable-to-context-in-… #36

Merge pull request #18 from waigel/17-set-sub-variable-to-context-in-…

Merge pull request #18 from waigel/17-set-sub-variable-to-context-in-… #36

Workflow file for this run

name: pkg-pr-new
"on":
push:
branches:
- main
pull_request:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: pnpm/action-setup@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- run: |
pnpx pkg-pr-new publish --comment=off \
packages/jwks \
packages/permify