Skip to content

Commit

Permalink
chore: fix publish build
Browse files Browse the repository at this point in the history
  • Loading branch information
nubinub committed Mar 5, 2024
1 parent c3d2312 commit 642428c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ on:

jobs:
build:
- uses: ./.github/workflows/node.js.yml
- uses: actions/upload-artifact@v4
with:
name:
path: dist
steps:
- uses: ./.github/workflows/node.js.yml
- uses: actions/upload-artifact@v4
with:
name:
path: dist

publish-npm:
needs: build
Expand Down

0 comments on commit 642428c

Please sign in to comment.