diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31e4358..3036040 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: path: build/distributions/*_GhidraBoy.zip if-no-files-found: 'error' release: - if: github.ref_type == "tag" + if: github.ref_type == 'tag' name: Create draft release runs-on: ubuntu-latest needs: build_and_test