File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
33403441 with :
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
You can’t perform that action at this time.
0 commit comments