Skip to content

Commit

Permalink
Fix build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Oct 18, 2022
1 parent 86ebafb commit ce84e75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

set -ex

# Set variables.
PREFIX="refs/tags/"
VERSION=${1#"$PREFIX"}

echo "Building Plugin v${VERSION}..."


composer install --no-dev --prefer-dist

# Create readme.txt
Expand Down

0 comments on commit ce84e75

Please sign in to comment.