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 c5d5405 commit a4e999dCopy full SHA for a4e999d
.github/workflows/bloom-release.yml
@@ -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