linux sed

This commit is contained in:
Kegan Dougal 2023-08-16 12:21:38 +01:00
parent 0ab5619efb
commit 31f2554bf3

View File

@ -181,7 +181,7 @@ jobs:
# we need this so we can use a tag instead of a branch name for JS_SDK_GITHUB_BASE_REF
- name: Patch script
run: |
sed -i '' 's/git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF/git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF --tags/' scripts/ci/layered.sh
sed -i 's/git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF/git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF --tags/' scripts/ci/layered.sh
- name: Fetch layered build
run: scripts/ci/layered.sh
env: