Skip to content

Commit 784432d

Browse files
authored
Merge pull request #118 from Lightning-Flow-Scanner/fix/npm-reduce-size
chore: cleanup release script to reduce size
2 parents 6230b51 + 95e7f85 commit 784432d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
cp ./src/media/bannerslim.png out/src/media
4949
cp readme.md out
5050
cd out
51-
npm pack
52-
npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
51+
npm publish
5352
env:
5453
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}

0 commit comments

Comments
 (0)