From a4e999d5959d5edf05957cd2577d1c48c13a9a80 Mon Sep 17 00:00:00 2001 From: Lennart Reiher Date: Wed, 29 Nov 2023 08:03:30 +0000 Subject: [PATCH] add ci workflow for bloom-release --- .github/workflows/bloom-release.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/bloom-release.yml diff --git a/.github/workflows/bloom-release.yml b/.github/workflows/bloom-release.yml new file mode 100644 index 0000000..78c044f --- /dev/null +++ b/.github/workflows/bloom-release.yml @@ -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: lennart.reiher@ika.rwth-aachen.de + release_repository_push_url: https://github.com/${{ github.repository }}-release.git + open_pr: false \ No newline at end of file