mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
fix(ci): update
This commit is contained in:
@@ -37,11 +37,11 @@ jobs:
|
||||
git config gpg.format "ssh"
|
||||
git config user.signingkey "${{ runner.temp }}/signing_key"
|
||||
msg="bump(nightly): $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')"
|
||||
git commit -S -a -m $msg
|
||||
git commit -S -a -m "$msg"
|
||||
git format-patch HEAD^
|
||||
git checkout f38
|
||||
git apply *.patch
|
||||
rm *.patch
|
||||
git commit -S -a -m $msg
|
||||
git commit -S -a -m "$msg"
|
||||
git push -u origin f38
|
||||
fi
|
||||
|
||||
@@ -38,11 +38,11 @@ jobs:
|
||||
git config gpg.format "ssh"
|
||||
git config user.signingkey "${{ runner.temp }}/signing_key"
|
||||
msg="bump: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')"
|
||||
git commit -S -a -m $msg
|
||||
git commit -S -a -m "$msg"
|
||||
git format-patch HEAD^
|
||||
git checkout f38
|
||||
git apply *.patch
|
||||
rm *.patch
|
||||
git commit -S -a -m $msg
|
||||
git commit -S -a -m "$msg"
|
||||
git push -u origin f38
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user