Fix early access workflow

This commit is contained in:
Andres Almiray
2021-03-20 18:30:40 +01:00
parent a9ff7ff14d
commit d9952b85fe

View File

@@ -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