Skip to content

Commit

Permalink
ci: plugin -> component (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Feb 10, 2025
1 parent 9385daa commit 8f2893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add flopy docs .docs CITATION.cff README.md version.txt
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"
git push origin "${{ github.ref_name }}"
pr:
Expand Down

0 comments on commit 8f2893e

Please sign in to comment.