Skip to content

Commit ac93b45

Browse files
committed
action BUGFIX debug msg #4
1 parent 262cd78 commit ac93b45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
echo "git msg"
145145
git log --oneline -n1 --grep="^VERSION"
146146
echo "git msg2"
147+
git log --oneline -n1 --grep=^VERSION
148+
echo "git msg3"
149+
git log --oneline -n1 --grep=VERSION
150+
echo "git msg4"
147151
apkg build
148152
apkg install
149153
if: ${{ matrix.config.name == 'DEB Package' }}

0 commit comments

Comments
 (0)