diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3b306bd..04a74279 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: - '2.[0-9][0-9][0-9][0-9][0-9][0-9]' jobs: release_netdisco: - if: github.repository == ‘netdisco/netdisco’ + if: github.repository == 'netdisco/netdisco' runs-on: ubuntu-latest steps: - name: Checkout