Skip to content

Fix location of github action file #1

Fix location of github action file

Fix location of github action file #1

name: Publish Every Commit
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpx pkg-pr-new publish