From 6b1419215a4448567e65e74b87ed710aca3e96c4 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Fri, 16 Aug 2024 12:18:51 +0200 Subject: [PATCH] Temporary fix for testing --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 09ece12d1b6f..307ec12cfff1 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