Skip to content

Commit 84cb86e

Browse files
authored
Update publish-release-artifact for redhat to RPM
1 parent 57ea7ce commit 84cb86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
REPO=rpm
137137
if [ ${IS_LTS} = 'true' ]
138138
then
139-
REPO=redhat-stable
139+
REPO=rpm-stable
140140
FILE_NAME=jenkins-${PROJECT_VERSION}-1.1.noarch.rpm
141141
fi
142142

0 commit comments

Comments
 (0)