From d9952b85fe565c4d2d78155a3ed1e5e4e3141d2d Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Sat, 20 Mar 2021 18:30:40 +0100 Subject: [PATCH] Fix early access workflow --- .github/workflows/early-access.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index b3303968..e1a572e2 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -5,7 +5,7 @@ on: [push] jobs: earlyaccess: name: "Early Access" - if: github.event_name == 'push' && github.repository == 'kordamp/jreleaser' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.repository == 'jreleaser/jreleaser' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4