Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
supnate committed Mar 10, 2024
1 parent 65da59e commit 2c3dab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-examples.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Publish Examples
name: publish-examples

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
# Build examples
- name: Build examples
run: |
cd packages/example-antd
cd packages/examples-antd
pnpm build
cd ../../
Expand Down

0 comments on commit 2c3dab6

Please sign in to comment.