From 88ef441bffe693360d996020770d935ab6115756 Mon Sep 17 00:00:00 2001 From: Michael Jansen Date: Sat, 7 Oct 2023 15:20:48 -0400 Subject: [PATCH] ... --- .github/workflows/build-pplib-release.yaml | 4 ++-- .github/workflows/pplib-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-pplib-release.yaml b/.github/workflows/build-pplib-release.yaml index 2bfcd94e..4de23daa 100644 --- a/.github/workflows/build-pplib-release.yaml +++ b/.github/workflows/build-pplib-release.yaml @@ -32,7 +32,7 @@ jobs: working-directory: ./pathplannerlib - name: Set version - run: sed -i "s/0.0.0/${{ github.event.inputs.version }}/g" publish.gradle + run: sed -i '' "s/0.0.0/${{ github.event.inputs.version }}/g" publish.gradle working-directory: ./pathplannerlib - name: Ensure spotless is applied @@ -71,7 +71,7 @@ jobs: distribution: 'zulu' - name: Set version - run: sed -i "s/0.0.0/${{ github.event.inputs.version }}/g" publish.gradle + run: sed -i '' "s/0.0.0/${{ github.event.inputs.version }}/g" publish.gradle working-directory: ./pathplannerlib - name: Ensure spotless is applied diff --git a/.github/workflows/pplib-ci.yml b/.github/workflows/pplib-ci.yml index 592e550e..1a38dbb8 100644 --- a/.github/workflows/pplib-ci.yml +++ b/.github/workflows/pplib-ci.yml @@ -77,7 +77,7 @@ jobs: working-directory: ./pathplannerlib - name: Set version - run: sed -i "s/0.0.0/${{ env.VERSION_NAME }}/g" publish.gradle + run: sed -i '' "s/0.0.0/${{ env.VERSION_NAME }}/g" publish.gradle working-directory: ./pathplannerlib - name: Ensure spotless is applied @@ -117,7 +117,7 @@ jobs: distribution: 'zulu' - name: Set version - run: sed -i "s/0.0.0/${{ env.VERSION_NAME }}/g" publish.gradle + run: sed -i '' "s/0.0.0/${{ env.VERSION_NAME }}/g" publish.gradle working-directory: ./pathplannerlib - name: Ensure spotless is applied