Skip to content

Commit 0fea7b7

Browse files
authored
Update release.yml
1 parent 4a1e9fb commit 0fea7b7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
gpg-private-key: ${{ secrets.BUNIT_BOT_GPG_PRIVATE_KEY }}
3030
passphrase: ${{ secrets.BUNIT_BOT_GPG_KEY_PASSPHRASE }}
3131

32+
- name: ⚙️ Setup CI GIT
33+
run: |
34+
git config user.name ${{ steps.import_gpg.outputs.name }}
35+
git config user.email ${{ steps.import_gpg.outputs.email }}
36+
git config --global user.signingkey ${{ steps.import_gpg.outputs.keyid }}
37+
git config --global commit.gpgsign true
38+
3239
- name: ⚙️ Setup GIT versioning
3340
uses: dotnet/[email protected]
3441
with:
@@ -70,7 +77,7 @@ jobs:
7077
- name: 🛠️ Commit CHANGELOG.md to stable branch
7178
run: |
7279
git add CHANGELOG.md
73-
git commit -S -m "Updated CHANGELOG.md for ${{ env.NBGV_SimpleVersion }} release"
80+
git commit -m "Updated CHANGELOG.md for ${{ env.NBGV_SimpleVersion }} release"
7481
git push origin stable
7582
7683
- name: ⏩ Merge stable with main

0 commit comments

Comments
 (0)