Skip to content

Commit

Permalink
Fix VERSION=
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Feb 21, 2025
1 parent 3e8dd36 commit 4ff10c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ COMMIT="$(git log -1 --format=%H)"
pushd .
TEMP_DIR=$(mktemp -d)
echo "COMMIT=${COMMIT}"
echo "VERSION=$(git describe --tags --abbrev=0)"
cd "$TEMP_DIR"
echo "Creating plugin in directory: ${TEMP_DIR}"
cp -rf /app/* "${TEMP_DIR}"
echo "VERSION=$(git describe --tags --abbrev=0)"

cp shopify.app.toml.example shopify.app.toml
sed -i "s|APP_NAME|${APP_NAME}|g" shopify.app.toml
Expand Down

0 comments on commit 4ff10c6

Please sign in to comment.