Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Nov 14, 2024
1 parent 09cb845 commit ab77b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Prepare and deploy
run: |
yarn deploy -- --name="Swimlane" --email="[email protected]"
npm run deploy -- --name="Swimlane" --email="[email protected]"
if: ${{ github.ref == 'refs/heads/master' }}
env:
CI: true
Expand Down

0 comments on commit ab77b80

Please sign in to comment.