Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/4.2.3 rc5 #74

Merged
merged 2 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PACKAGE_VERSION=$(jq -r ".version" package.json)

# Set environment variables on $GITHUB_ENV.

echo "PACKAGE_VERSION=$(echo $THEME_VERSION)" >> $GITHUB_ENV
echo "PACKAGE_VERSION=$(echo $PACKAGE_VERSION)" >> $GITHUB_ENV
2 changes: 1 addition & 1 deletion package/.github/workflows/scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This file must have permissions to run in a GitHub action.
# To do this cross-env, use the following command from the project root:
# git update-index --chmod=+x package/.github/workflows/scripts/env.sh
# git update-index --chmod=+x .github/workflows/scripts/env.sh

# Get PHP version that satisfies the setup-php action version keys
# by parsing the composer.json file's require.php config.
Expand Down