Skip to content

Commit

Permalink
feat: update canyon-report
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Sep 25, 2024
1 parent 62a643c commit 294f09f
Show file tree
Hide file tree
Showing 104 changed files with 11,144 additions and 300 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/publish-npm-canyon-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Npm Publish canyon-report

on:
push:
branches: [ "*" ]

jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm run build
- run: pnpm --filter=canyon-report publish -f --no-git-checks --access=public --filter
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
Loading

0 comments on commit 294f09f

Please sign in to comment.