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 8b72008 commit 457591fCopy full SHA for 457591f
.github/workflows/release.yml
@@ -3,6 +3,10 @@ name: Build and Release (Manual Run JDK 21) v1.4
3
on:
4
workflow_dispatch: # This event allows manual triggering
5
6
+env:
7
+ THIRD_PARTY_GIT_AUTHOR_EMAIL: [email protected]
8
+ THIRD_PARTY_GIT_AUTHOR_NAME: nr-opensource-bot
9
+
10
jobs:
11
build-and-release:
12
runs-on: ubuntu-latest
0 commit comments