We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4fb39 commit 6657213Copy full SHA for 6657213
1 file changed
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
id: publish
29
run: |
30
sed -i "s/KERNEL_VERSION=6.*/KERNEL_VERSION=${{ env.ver }}/g" build.sh
31
- sed -i "s/PKGREL=.*/PKGREL=${{ env.release }}/g" build.sh
+ sed -i '/^PKGREL=/ s/PKGREL=[0-9]*/PKGREL=${{ env.release }}/' build.sh
32
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
33
git config --local user.name "github-actions[bot]"
34
git commit -m "${{ env.ver }}-${{ env.release }}" -a
0 commit comments