Skip to content

Commit 8f2893e

Browse files
authored
ci: plugin -> component (#2442)
1 parent 9385daa commit 8f2893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
git config user.name "github-actions[bot]"
116116
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
117117
git add flopy docs .docs CITATION.cff README.md version.txt
118-
git commit -m "ci(release): set version to ${{ steps.version.outputs.version }}, update plugins from DFN files, update changelog"
118+
git commit -m "ci(release): set version to ${{ steps.version.outputs.version }}, update components from DFN files, update changelog"
119119
git push origin "${{ github.ref_name }}"
120120
121121
pr:

0 commit comments

Comments
 (0)