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 1559d99 commit 4180c37Copy full SHA for 4180c37
.github/workflows/build-test-release.yaml
@@ -265,8 +265,12 @@ jobs:
265
run: curl -sSL https://install.python-poetry.org | python3 -
266
- name: Semantic Release
267
id: semantic
268
- uses: splunk/semantic-release-action@v1.2
+ uses: splunk/semantic-release-action@v1.3
269
with:
270
+ git_committer_name: ${{ secrets.SA_GH_USER_NAME }}
271
+ git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }}
272
+ gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
273
+ passphrase: ${{ secrets.SA_GPG_PASSPHRASE }}
274
extra_plugins: |
275
@google/semantic-release-replace-plugin
276
env:
0 commit comments