Skip to content

Commit 41b3676

Browse files
committed
force add
1 parent 1fbf30b commit 41b3676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
git config user.name "github-actions[bot]"
391391
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
392392
393-
git add "$note_file"
393+
git add -f "$note_file"
394394
if git diff --cached --quiet; then
395395
echo "No changes detected in release notes; skipping commit."
396396
exit 0

0 commit comments

Comments
 (0)