Skip to content

Commit

Permalink
ci(react): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BQXBQX committed Apr 16, 2024
1 parent 3f94c22 commit 7a13ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish react_ui to npmjs
on:
push:
branches:
- test-ui
- test-ci
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,7 +15,7 @@ jobs:
cache: pnpm
registry-url: 'https://registry.npmjs.org'
- run: pnpm i
- run: pnpm --filter @ui-aurora/react build
- run: pnpm ui-react:build
- run: pnpm publish --filter @ui-aurora/react
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-aurora/react",
"version": "0.0.2",
"version": "0.0.3",
"description": "A React UI library built for SASTOJ",
"author": "sast",
"license": "./LICENSE",
Expand Down

0 comments on commit 7a13ab2

Please sign in to comment.