We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afdc79 commit 36b0787Copy full SHA for 36b0787
1 file changed
.github/workflows/release-github.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
git config user.name "github-actions[bot]"
38
git config user.email "github-actions[bot]@users.noreply.github.com"
39
- git add CHANGELOG.rst
+ git add .
40
if ! git diff --cached --quiet; then
41
git commit -m "update changelog for $TAG"
42
git push origin main
0 commit comments