We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ec1b1 commit 1e6a822Copy full SHA for 1e6a822
.github/workflows/package.yml
@@ -499,7 +499,7 @@ jobs:
499
500
# copy packages
501
cp fedora-42-latest/* repo/fedora/f42
502
- cd repo/fedora/f41
+ cd repo/fedora/f42
503
504
# parse git tag from ref
505
GIT_TAG=$(echo $GIT_REF | sed 's|^refs/tags/||g')
@@ -518,5 +518,5 @@ jobs:
518
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
519
git checkout -b "${update_branch}"
520
git add .
521
- git commit -m "Update Fedora 41 secure-boot MOK"
+ git commit -m "Update Fedora 42 secure-boot MOK"
522
git push --set-upstream origin "${update_branch}"
0 commit comments