Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianWowra committed Nov 28, 2024
1 parent ca14d09 commit c5993b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseNPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm build:lib

- name: 📦 Pack library
run: mv $(pnpm pack) package.tgz
run: mv "$(pnpm pack | tail -n 1)" package.tgz

- name: ☁️ Publish to NPM
uses: JS-DevTools/npm-publish@v3
Expand Down

0 comments on commit c5993b6

Please sign in to comment.