Skip to content

Commit 36b0787

Browse files
committed
workflows
1 parent 1afdc79 commit 36b0787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
git config user.name "github-actions[bot]"
3838
git config user.email "github-actions[bot]@users.noreply.github.com"
39-
git add CHANGELOG.rst
39+
git add .
4040
if ! git diff --cached --quiet; then
4141
git commit -m "update changelog for $TAG"
4242
git push origin main

0 commit comments

Comments
 (0)