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 8c0dab7 commit ada6bf5Copy full SHA for ada6bf5
.github/workflows/release-workflow.yml
@@ -9,6 +9,10 @@ jobs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v3
12
+ - name: Setup git user
13
+ run: |
14
+ git config --global user.name "Nagabhushan Srinivasa"
15
+ git config --global user.email "nagabhushan.srinivasa@gmail.com"
16
- name: Setup Java
17
uses: actions/setup-java@v3
18
with:
0 commit comments