Skip to content

Commit

Permalink
chore: disable pkg.pr.new for now
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 9, 2024
1 parent 724fdee commit 48c1f7b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release-continuous.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Publish Any Commit
on: [push, pull_request]
# name: Publish Any Commit
# on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
# jobs:
# build:
# runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
# steps:
# - name: Checkout code
# uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
# - run: corepack enable
# - uses: actions/setup-node@v4
# with:
# node-version: lts/*
# cache: pnpm

- name: Install dependencies
run: pnpm install
# - name: Install dependencies
# run: pnpm install

- name: Build
run: pnpm build
# - name: Build
# run: pnpm build

- run: pnpx pkg-pr-new publish --compact
# - run: pnpx pkg-pr-new publish --compact

0 comments on commit 48c1f7b

Please sign in to comment.