Skip to content

Commit

Permalink
Merge pull request #74 from dreamsicle-io/release/4.2.3-RC5
Browse files Browse the repository at this point in the history
Release/4.2.3 rc5
  • Loading branch information
theenoahmason authored Jun 6, 2024
2 parents d208726 + 818bc28 commit d1d9cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit d1d9cc6

Please sign in to comment.