Skip to content

Commit

Permalink
last time for real
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Oct 7, 2023
1 parent 88ef441 commit 7da7bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion .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

0 comments on commit 7da7bd9

Please sign in to comment.