Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 authored Nov 25, 2024
1 parent a952924 commit 7a056a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
MAJOR=`echo $VERSION | sed -e "s#$RE#\1#"`
MINOR=`echo $VERSION | sed -e "s#$RE#\2#"`
PATCH=`echo $VERSION | sed -e "s#$RE#\3#"`
shopt -s globstar nullglob
for f in src/**.php; do
shopt -s globstar
for f in src/**/*.php; do
sed -i "/@version/c \ * @version $VERSION" "$f"
done
sed -i "/<version>/c \ <version>$VERSION</version>" src/package-info.xml
Expand Down

0 comments on commit 7a056a3

Please sign in to comment.