Skip to content

Commit

Permalink
chore(release): hotfix 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent b49f1ed commit dd81fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
scope: rubenhalman
- name: Publish
run: |
npm install
npm run build
cp package.json out
cp tsconfig.cjs.json out
cd out
npm install --production
npm pack
npm publish $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
env:
Expand Down

0 comments on commit dd81fb4

Please sign in to comment.