We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213ba95 commit 6293001Copy full SHA for 6293001
.github/workflows/bloom-release.yml
@@ -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: [email protected]
20
+ release_repository_push_url: https://github.com/ros2-gbp/mqtt_client-release.git
21
+ open_pr: false
0 commit comments