Skip to content

Commit

Permalink
- Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Nov 27, 2023
1 parent 450a37a commit 095ff04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
node-version: '16'

- uses: actions/download-artifact@v3
with:
name: build_dist

- uses: pnpm/action-setup@v2
with:
Expand Down Expand Up @@ -223,7 +225,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/**/dist/*
name: build_dist
path: ${{ github.workspace }}/**/dist

publish_components:
runs-on: ubuntu-latest
Expand All @@ -245,6 +248,8 @@ jobs:
fetch-depth: 0

- uses: actions/download-artifact@v3
with:
name: build_dist

- name: Publish
run: npm publish
Expand Down

0 comments on commit 095ff04

Please sign in to comment.