Skip to content

Commit 6657213

Browse files
authored
Update CI.yml
1 parent 4d4fb39 commit 6657213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: publish
2929
run: |
3030
sed -i "s/KERNEL_VERSION=6.*/KERNEL_VERSION=${{ env.ver }}/g" build.sh
31-
sed -i "s/PKGREL=.*/PKGREL=${{ env.release }}/g" build.sh
31+
sed -i '/^PKGREL=/ s/PKGREL=[0-9]*/PKGREL=${{ env.release }}/' build.sh
3232
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
3333
git config --local user.name "github-actions[bot]"
3434
git commit -m "${{ env.ver }}-${{ env.release }}" -a

0 commit comments

Comments
 (0)