Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Jan 31, 2024
1 parent 7da0685 commit 5448cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pplib-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5448cea

Please sign in to comment.