Skip to content

Commit 1e6a822

Browse files
committed
fixup! Add support for Fedora 42
1 parent e2ec1b1 commit 1e6a822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ jobs:
499499
500500
# copy packages
501501
cp fedora-42-latest/* repo/fedora/f42
502-
cd repo/fedora/f41
502+
cd repo/fedora/f42
503503
504504
# parse git tag from ref
505505
GIT_TAG=$(echo $GIT_REF | sed 's|^refs/tags/||g')
@@ -518,5 +518,5 @@ jobs:
518518
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
519519
git checkout -b "${update_branch}"
520520
git add .
521-
git commit -m "Update Fedora 41 secure-boot MOK"
521+
git commit -m "Update Fedora 42 secure-boot MOK"
522522
git push --set-upstream origin "${update_branch}"

0 commit comments

Comments
 (0)