Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Nov 13, 2023
1 parent 99e897e commit 7958451
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
with:
find: "[0-9]+.[0-9]+.[0-9]+"
replace: "${{ needs.version.outputs.version }}"
regex: true
include: "./README.md"
include: "**README.md"
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4

Expand Down

0 comments on commit 7958451

Please sign in to comment.