diff --git a/.github/workflows/build-pplib-release.yaml b/.github/workflows/build-pplib-release.yaml index a47cf864..dced9970 100644 --- a/.github/workflows/build-pplib-release.yaml +++ b/.github/workflows/build-pplib-release.yaml @@ -83,7 +83,7 @@ jobs: - name: Set version (mac) if: ${{ matrix.build-option == 'macos' }} - 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