Skip to content

Commit

Permalink
fix deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 9, 2023
1 parent bbdd61b commit 37cd9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- name: Rush deploy
shell: bash
run: rush deploy --project @tinyburg/${{ inputs.PROJECT }} --create-archive ${{ inputs.PROJECT }}.zip --create-archive-only --overwrite
run: node common/scripts/install-run-rush.js deploy --project @tinyburg/${{ inputs.PROJECT }} --create-archive ${{ inputs.PROJECT }}.zip --create-archive-only --overwrite

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 37cd9fe

Please sign in to comment.