Skip to content

Commit

Permalink
Merge branch 'main' into fix/1811
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX authored Aug 12, 2024
2 parents cc2ee61 + 874cfd1 commit 8d1a04e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Continuous Releases provided by https://pkg.pr.new
name: CR (Continuous Releases)
on: [pull_request]

jobs:
cr:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- uses: actions/setup-node@v4
with:
node-version: lts/*

- run: npm i -g @antfu/ni
- run: nci

- name: Build
run: nr build

- run: nlx pkg-pr-new publish './packages/create-app' './packages/client' './packages/create-theme' './packages/parser' './packages/slidev' './packages/types' --pnpm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8d1a04e

Please sign in to comment.