Skip to content

Commit 8b2f681

Browse files
committed
Revert "Upgrade oxygen cli version to use latest of version 4 (#87)"
This reverts commit bd1cf89.
1 parent 35d2aba commit 8b2f681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
run: |
7575
echo "Deploying to Oxygen..."
7676
build_command_filtered=$(echo '${{ inputs.build_command }}' | sed 's/HYDROGEN_ASSET_BASE_URL=$OXYGEN_ASSET_BASE_URL //g')
77-
oxygen_command="npm exec --package=@shopify/oxygen-cli@4 -- oxygen-cli oxygen:deploy \
77+
oxygen_command="npm exec --package=@shopify/oxygen-cli@3 -- oxygen-cli oxygen:deploy \
7878
--path=${{ inputs.path }} \
7979
--assetsFolder=${{ inputs.oxygen_client_dir }} \
8080
--workerFolder=${{ inputs.oxygen_worker_dir }} \

0 commit comments

Comments
 (0)