Skip to content

Commit d7a90b3

Browse files
authored
Merge pull request #85 from ika-rwth-aachen/bloom-release-ci
Add bloom-release ci action
2 parents 213ba95 + 6293001 commit d7a90b3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/bloom-release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: bloom-release
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
7+
8+
jobs:
9+
bloom-release:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Release
13+
uses: at-wat/bloom-release-action@v0
14+
with:
15+
ros_distro: humble jazzy kilted rolling
16+
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }}
17+
github_user: lreiher
18+
git_user: Lennart Reiher
19+
git_email: lennart.reiher@ika.rwth-aachen.de
20+
release_repository_push_url: https://github.com/ros2-gbp/mqtt_client-release.git
21+
open_pr: false

0 commit comments

Comments
 (0)