Skip to content

Commit

Permalink
use cli-kit 3.70
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentezw committed Dec 3, 2024
1 parent 7fe2cc0 commit a5bcc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
run: |
echo "Deploying to Oxygen..."
build_command_filtered=$(echo '${{ inputs.build_command }}' | sed 's/HYDROGEN_ASSET_BASE_URL=$OXYGEN_ASSET_BASE_URL //g')
oxygen_command="npm exec --package=@shopify/[email protected] -- oxygen-cli oxygen:deploy \
oxygen_command="npm exec --package=@shopify/[email protected] --package=@shopify/[email protected] -- oxygen-cli oxygen:deploy \
--path=${{ inputs.path }} \
--assetsFolder=${{ inputs.oxygen_client_dir }} \
--workerFolder=${{ inputs.oxygen_worker_dir }} \
Expand Down

0 comments on commit a5bcc03

Please sign in to comment.