We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c9143 commit 16f0e11Copy full SHA for 16f0e11
.github/workflows/release.yml
@@ -40,6 +40,7 @@ jobs:
40
git config user.name "GitHub Actions"
41
git config user.email "[email protected]"
42
43
+ git fetch origin main
44
git checkout main
45
mv NEW_CHANGELOG.md CHANGELOG.md
46
git add CHANGELOG.md
0 commit comments