Skip to content

Commit

Permalink
fix: remove package_dir from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Dec 5, 2024
1 parent a1999b9 commit 21891d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: Greenroom-Robotics/ros_semantic_release_action@main
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
package_dir: packages
package: ${{ github.event.inputs.package }}
arch: ${{ matrix.job.arch }}
ros_distro: ${{ matrix.job.ros_distro }}
Expand All @@ -64,7 +63,6 @@ jobs:
uses: Greenroom-Robotics/ros_semantic_release_action@main
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
package_dir: packages
package: ${{ github.event.inputs.package }}
github_release: true
public: true
Expand Down

0 comments on commit 21891d1

Please sign in to comment.