From 33fc2701c1b758b1b300f73c1cb071d69130bff2 Mon Sep 17 00:00:00 2001 From: Siyavash Habashi Date: Wed, 10 Apr 2024 22:32:46 +0200 Subject: [PATCH] Fix typo. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 030b414..a27058b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: if: | (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master') || - github.actor == 'janjaal' + github.actor == 'janjaali' runs-on: ubuntu-latest steps: - name: Checkout