We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be3d25 commit b01c54eCopy full SHA for b01c54e
.github/workflows/deploy-RELEASE.yml
@@ -43,6 +43,7 @@ jobs:
43
cp package.json out
44
cp tsconfig.cjs.json out
45
cd out
46
- npm publish
+ npm pack
47
+ npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
48
env:
49
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}
0 commit comments