Skip to content

Commit

Permalink
Merge pull request #41 from ika-rwth-aachen/ci/bloom-release
Browse files Browse the repository at this point in the history
Add CI workflow for automating bloom-release
  • Loading branch information
lreiher authored Nov 29, 2023
2 parents c5d5405 + a4e999d commit f6f3804
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/bloom-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: bloom-release

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
bloom-release:
runs-on: ubuntu-latest
steps:
- uses: at-wat/bloom-release-action@v0
with:
ros_distro: noetic humble iron rolling
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }}
github_user: lreiher
git_user: Lennart Reiher
git_email: [email protected]
release_repository_push_url: https://github.com/${{ github.repository }}-release.git
open_pr: false

0 comments on commit f6f3804

Please sign in to comment.