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.
2 parents 6230b51 + 95e7f85 commit 784432dCopy full SHA for 784432d
.github/workflows/deploy-RELEASE.yml
@@ -48,7 +48,6 @@ jobs:
48
cp ./src/media/bannerslim.png out/src/media
49
cp readme.md out
50
cd out
51
- npm pack
52
- npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
+ npm publish
53
env:
54
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}
0 commit comments