mirror of
https://github.com/apache/superset.git
synced 2026-04-11 04:15:33 +00:00
fix: add user to latest-release-tag workflow (#26752)
This commit is contained in:
committed by
GitHub
parent
01fdfbee09
commit
8f8e7c2aa6
5
.github/workflows/latest-release-tag.yml
vendored
5
.github/workflows/latest-release-tag.yml
vendored
@@ -22,6 +22,11 @@ jobs:
|
||||
run: |
|
||||
source ./scripts/tag_latest_release.sh $(echo ${{ github.event.release.tag_name }}) --dry-run
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config user.name "$GITHUB_ACTOR"
|
||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
- name: Run latest-tag
|
||||
uses: ./.github/actions/latest-tag
|
||||
if: (! ${{ steps.latest-tag.outputs.SKIP_TAG }} )
|
||||
|
||||
Reference in New Issue
Block a user