Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 committed Jun 9, 2021
1 parent 581e357 commit d0a5836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -38,7 +38,8 @@ jobs:
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
sed -i "/<version>/c \ <version>$version</version>" src/package-info.xml
sed -i -E "s/[0-9]+\.[0-9]+\.[0-9]+/$version/" src/readme.txt
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git commit -am "build: Update versions in mod files"
Expand Down

0 comments on commit d0a5836

Please sign in to comment.