Skip to content

Commit

Permalink
check readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Jul 10, 2024
1 parent de1fda7 commit fd2ee90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "** Set the rewrite structure **"
wp --skip-plugins --skip-themes rewrite structure '/%postname%/'

echo "** Installing and Activating plugins **"
wp plugin install woocommerce wordpress-seo wp-recipe-maker query-monitor wp-crontrol --force --activate || true
wp plugin install classic-editor woocommerce wordpress-seo wp-recipe-maker query-monitor wp-crontrol --force --activate || true

echo "** Creating wladmin user **"
# Check if the user exists
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ if [[ 'src/readme.txt' == "$(git diff HEAD^ HEAD --name-only)" ]]; then
version="$(get_version)"
sed -i "s|^Stable tag: .*$|Stable tag: $version|g" src/readme.txt

echo "** readme.txt new contents: "
cat src/readme.txt

# Update readme.txt in trunk and stable version tag.
# shellcheck disable=SC2086
svnmucc -u $SVN_USERNAME -p $SVN_PASSWORD --non-interactive --trust-server-cert \
Expand Down

0 comments on commit fd2ee90

Please sign in to comment.