Skip to content

Commit daec7e8

Browse files
committed
Force oxygen-cli to be 3.1.1
1 parent ba9040d commit daec7e8

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@3 -- oxygen-cli oxygen:deploy \
77+
oxygen_command="npm exec --package=@shopify/oxygen-cli@3.1.1 -- 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)