diff --git a/Jenkinsfile.el8 b/Jenkinsfile.el8 index 8dc0736..3236dec 100644 --- a/Jenkinsfile.el8 +++ b/Jenkinsfile.el8 @@ -24,7 +24,7 @@ pipeline { dir(path: 'SRPMS') { archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true) } - rpmGithubRelease('el8') + rpmGithubRelease() } } } diff --git a/Jenkinsfile.el9 b/Jenkinsfile.el9 index 35b0344..01ba6fb 100644 --- a/Jenkinsfile.el9 +++ b/Jenkinsfile.el9 @@ -24,7 +24,7 @@ pipeline { dir(path: 'SRPMS') { archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true) } - rpmGithubRelease('el9') + rpmGithubRelease() } } }