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 b9bea55 commit f3eefdfCopy full SHA for f3eefdf
1 file changed
.github/workflows/release.yml
@@ -117,8 +117,8 @@ jobs:
117
- name: Setup Git User
118
if: ${{ github.event.inputs.publish_only != 'true' }}
119
run: |
120
- git config user.email ${{ secrets.BOT_GIT_EMAIL }}
121
- git config user.name ${{ secrets.BOT_GIT_USERNAME }}
+ git config user.email ${{ vars.BOT_GIT_EMAIL }}
+ git config user.name ${{ vars.BOT_GIT_USERNAME }}
122
123
- name: version - Release
124
if: ${{ github.event.inputs.publish_only != 'true' && github.event.inputs.snapshot == 'false' }}
0 commit comments