We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9385daa commit 8f2893eCopy full SHA for 8f2893e
.github/workflows/release.yml
@@ -115,7 +115,7 @@ jobs:
115
git config user.name "github-actions[bot]"
116
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
117
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"
+ git commit -m "ci(release): set version to ${{ steps.version.outputs.version }}, update components from DFN files, update changelog"
119
git push origin "${{ github.ref_name }}"
120
121
pr:
0 commit comments