Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Oct 7, 2023
1 parent f203c39 commit 88ef441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pplib-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pplib-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88ef441

Please sign in to comment.