We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbf30b commit 41b3676Copy full SHA for 41b3676
1 file changed
.github/workflows/tag-release.yml
@@ -390,7 +390,7 @@ jobs:
390
git config user.name "github-actions[bot]"
391
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
392
393
- git add "$note_file"
+ git add -f "$note_file"
394
if git diff --cached --quiet; then
395
echo "No changes detected in release notes; skipping commit."
396
exit 0
0 commit comments