Skip to content

Commit 0df831b

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Get GitHub App User ID
115115
id: release-bot-user-id
116116
run: |
117-
set -x
117+
set -xeu
118118
echo "user-id=$(gh api "/users/${{ steps.release-bot-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
119119
env:
120120
GH_TOKEN: ${{ steps.release-bot-token.outputs.token }}
@@ -127,6 +127,7 @@ jobs:
127127
token: ${{ steps.release-bot-token.outputs.token }}
128128
- name: git config
129129
run: |
130+
set -xeu
130131
git config user.name '${{ steps.release-bot-token.outputs.app-slug }}[bot]'
131132
git config user.email '${{ steps.release-bot-user-id.outputs.user-id }}+${{ steps.release-bot-token.outputs.app-slug }}[bot]@users.noreply.github.com'
132133
git config commit.signoff true

0 commit comments

Comments
 (0)