Skip to content

Commit 6da606a

Browse files
Update default.yml
removed unnecessary if condition
1 parent 4072e40 commit 6da606a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/default.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
echo shortVersion=${SHORT_VERSION} >> $GITHUB_OUTPUT
5555
5656
- name: Configure Git user
57-
if: ${{ github.event_name == 'release' }}
5857
run: |
5958
git config user.email "[email protected]"
6059
git config user.name "GitHub Actions"

0 commit comments

Comments
 (0)