Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
shimotmk committed Jul 8, 2024
1 parent b92cf23 commit 25d983b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-live-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
CURRENT_VERSION="$CURRENT_VERSION-$VERSUFFIX"
sed -i -e 's/Version: .*$/Version: '"$CURRENT_VERSION"'/' "$GITHUB_WORKSPACE/flipbox-block.php"
echo "$CURRENT_VERSION" > "$GITHUB_WORKSPACE/flipbox-block/version.txt"
echo "$CURRENT_VERSION" > "$GITHUB_WORKSPACE/version.txt"
cd "$GITHUB_WORKSPACE/flipbox-block"
bash bin/build-zip.sh
Expand Down
Empty file added version.txt
Empty file.

0 comments on commit 25d983b

Please sign in to comment.