From 2ebd054c359916e1f94bfda74adf3a9a9281ba66 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Mon, 31 Oct 2022 13:55:42 -0400 Subject: [PATCH] fix syntax --- .github/workflows/custopize.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custopize.yaml b/.github/workflows/custopize.yaml index a6d8ac3..b0577eb 100644 --- a/.github/workflows/custopize.yaml +++ b/.github/workflows/custopize.yaml @@ -117,7 +117,7 @@ jobs: - name: "🔖 Create release & attach assets" uses: softprops/action-gh-release@v1 - if: github.event_name == "repository_dispatch" + if: github.event_name == 'repository_dispatch' with: name: "${{ env.RELEASE_NAME }}" tag_name: "${{ env.RELEASE_TAG }}"