Skip to content

Commit

Permalink
Merge pull request #118 from Lightning-Flow-Scanner/fix/npm-reduce-size
Browse files Browse the repository at this point in the history
chore: cleanup release script to reduce size
  • Loading branch information
junners authored Aug 4, 2024
2 parents 6230b51 + 95e7f85 commit 784432d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
cp ./src/media/bannerslim.png out/src/media
cp readme.md out
cd out
npm pack
npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}

0 comments on commit 784432d

Please sign in to comment.