Skip to content

Commit 17d794c

Browse files
committed
fix: add compiler flag for picking ROS distro for release-plz
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent b36ab68 commit 17d794c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-plz.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
env:
9+
RUSTFLAGS: --cfg ros_distro="humble"
10+
811
jobs:
912
release-plz-release:
1013
name: Release-plz release

0 commit comments

Comments
 (0)