Skip to content

Commit 9149db6

Browse files
testing script commit
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent 8ec27ff commit 9149db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
git config user.name "github-actions[bot]"
3232
git config user.email "github-actions[bot]@users.noreply.github.com"
3333
git add networks/release-notes/services.md
34-
git commit -m "chore: update release notes" || echo "nothing to commit"
34+
git commit -m "chore: update release notes" -s -S || echo "nothing to commit" -s -S
3535
git push

0 commit comments

Comments
 (0)