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 }}"