Skip to content

Commit 22db392

Browse files
committed
Install lucky_commit
1 parent d279f38 commit 22db392

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phar.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ jobs:
222222
env:
223223
GPG_ID: ${{ secrets.GPG_ID }}
224224

225+
- name: "Install lucky_commit"
226+
run: cargo install lucky_commit --locked
227+
225228
- name: "Commit PHAR - development"
226229
if: "!startsWith(github.ref, 'refs/tags/') && steps.checksum-difference.outputs.result == 'different'"
227230
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)