Skip to content

Commit bb409b7

Browse files
committed
chore(release): use own GH app for releasing
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 1c8e806 commit bb409b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ jobs:
128128
git config user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
129129
git config user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
130130
git config commit.signoff true
131+
git commit --allow-empty -m 'chore(release): testing'
132+
git log -1
131133
132134
- name: Setup python
133135
# see https://github.com/actions/setup-python

0 commit comments

Comments
 (0)