diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 161968a9c..71509114c 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -121,10 +121,9 @@ jobs: - name: get email if: github.event.pull_request.merged id: get-email - uses: evvanErb/get-github-email-by-username-action@v2.0 - with: - github-username: '${{ github.event.pull_request.user.login }}' - token: '${{ steps.get-token.outputs.app_token }}' + run: | + echo "read email from debian/changelog" + echo "email=$(grep -m1 '^ -- ' debian/changelog | sed 's/.*<\([^>]*\)>.*/\1/')" >> $GITHUB_OUTPUT - name: Create tag if: github.event.pull_request.merged