Skip to content

Commit

Permalink
Bump patch version for bugfix release
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <[email protected]>
  • Loading branch information
Emerson Knapp committed Dec 29, 2020
1 parent 517bd4a commit e9bb2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10637,7 +10637,7 @@ function run() {
// rosdep does not reliably work on Windows, see
// ros-infrastructure/rosdep#610 for instance. So, we do not run it.
if (!isWindows) {
yield execBashCommand("rosdep update");
yield execBashCommand("rosdep update --include-eol-distros");
}
// Reset colcon configuration.
yield io.rmRF(path.join(os.homedir(), ".colcon"));
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-ros-ci",
"version": "0.1.0",
"version": "0.1.1",
"description": "GitHub Action compiling and testing a ROS 2 package",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit e9bb2de

Please sign in to comment.