diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 307ec12cfff1..09ece12d1b6f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -587,7 +587,7 @@ jobs: name: Release Erlang/OTP runs-on: ubuntu-latest needs: documentation - if: startsWith(github.ref, 'refs/tags/') # && github.repository == 'erlang/otp' + if: startsWith(github.ref, 'refs/tags/') && github.repository == 'erlang/otp' ## Needed to create releases permissions: contents: write