Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Oct 29, 2024
1 parent a695f3d commit af17c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ jobs:
- uses: actions/checkout@v4
- run: mkdir -p ./dist

- run: jq 'del(.scripts.prepare)' ./dist/package.json

- name: Download the build artifact
uses: actions/download-artifact@v4
with:
name: distribution
path: ./dist

- name: Package the build artifact
run: npm pack ./dist --ignore-scripts
run: npm pack ./dist

- name: Get Package Version
run: |
Expand Down

0 comments on commit af17c84

Please sign in to comment.