Skip to content

Commit 8229af8

Browse files
authored
ci(release): explicitly specify files to commit (#2304)
Explicitly add files to commit after updating the version number and generating the changelog. Previously we used 'git add -A'. As of git-cliff-action@v4 this includes the git-cliff binary and related content which is apparently installed to the working directory.
1 parent bfa344a commit 8229af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
git config core.sharedRepository true
121121
git config user.name "github-actions[bot]"
122122
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
123-
git add -A
123+
git add flopy docs .docs CITATION.cff README.md version.txt
124124
git commit -m "ci(release): set version to ${{ steps.version.outputs.version }}, update plugins from DFN files, update changelog"
125125
git push origin "${{ github.ref_name }}"
126126

0 commit comments

Comments
 (0)