Skip to content

Commit c5993b6

Browse files
committed
chore: fix workflow
1 parent ca14d09 commit c5993b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ReleaseNPM.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm build:lib
3535

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

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

0 commit comments

Comments
 (0)