Skip to content

Commit b01c54e

Browse files
committed
chore(release): hotfix 4.0.0 [skip ci]
1 parent 9be3d25 commit b01c54e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
cp package.json out
4444
cp tsconfig.cjs.json out
4545
cd out
46-
npm publish
46+
npm pack
47+
npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
4748
env:
4849
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}

0 commit comments

Comments
 (0)