Skip to content

Commit ea84b79

Browse files
committed
ci: N/A
1 parent da3e41c commit ea84b79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- "book.toml"
1616
- "package.json"
1717
- "pnpm-lock.yaml"
18+
- "flake.lock"
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/update-flake.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
run: |
5151
git add .
5252
git status
53-
git commit -m "flake update: $(date +'%Y-%m-%dT%H:%M:%S')" || exit 0
53+
git commit -m "chore: flake update $(date +'%Y-%m-%dT%H:%M:%S')" || exit 0
5454
git push

0 commit comments

Comments
 (0)