Skip to content

Commit f6f3804

Browse files
authored
Merge pull request #41 from ika-rwth-aachen/ci/bloom-release
Add CI workflow for automating bloom-release
2 parents c5d5405 + a4e999d commit f6f3804

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
- uses: at-wat/bloom-release-action@v0
13+
with:
14+
ros_distro: noetic humble iron rolling
15+
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }}
16+
github_user: lreiher
17+
git_user: Lennart Reiher
18+
git_email: [email protected]
19+
release_repository_push_url: https://github.com/${{ github.repository }}-release.git
20+
open_pr: false

0 commit comments

Comments
 (0)