Commit f9b57e1
authored
fix: use actor identity for release tags and add --force flag (#52)
- Configure git to use the workflow actor's identity for better attribution
and audit trail (shows who triggered the release)
- Add --force flag when pushing major version tag to handle cases where
remote tag deletion fails but tag still exists remotely
This provides better accountability by showing who created each release
tag rather than attributing everything to github-actions[bot].1 parent 428ee32 commit f9b57e1
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
| |||
0 commit comments