Skip to content

Commit

Permalink
Imported upstream version '2.1.0' of 'upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Jul 9, 2024
1 parent 4f8d232 commit a6fed9f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/bloom-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,23 @@ jobs:
bloom-release:
runs-on: ubuntu-latest
steps:
- uses: at-wat/bloom-release-action@v0
- name: Release ROS
uses: at-wat/bloom-release-action@v0
with:
ros_distro: noetic humble iron jazzy
ros_distro: noetic
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }}
github_user: jpbusch
git_user: Jean-Pierre Busch
git_email: [email protected]
release_repository_push_url: https://github.com/${{ github.repository }}-release.git
open_pr: false
release_repository_push_url: https://github.com/ika-rwth-aachen/etsi_its_messages-release.git
open_pr: false
- name: Release ROS 2
uses: at-wat/bloom-release-action@v0
with:
ros_distro: humble iron jazzy
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }}
github_user: jpbusch
git_user: Jean-Pierre Busch
git_email: [email protected]
release_repository_push_url: https://github.com/ros2-gbp/etsi_its_messages-release.git
open_pr: false

0 comments on commit a6fed9f

Please sign in to comment.