Skip to content

Commit

Permalink
fix: ver
Browse files Browse the repository at this point in the history
  • Loading branch information
difcsi committed Oct 22, 2024
1 parent c18498f commit c792f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/deployver.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FRONTEND_VERSION=$(node -p -e "require('./package.json').version")
BACKEND_VERSION=$(node -p -e "require('./composer.json').version")
DATE_VERSION=$(date +%Y.%m.%d)
echo $DATE_VERSION-$1
DATE_VERSION=$(date +%Y.%m.%d%H.%M)
echo $DATE_VERSION-$1

0 comments on commit c792f99

Please sign in to comment.