Skip to content

Commit

Permalink
add seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 14, 2023
1 parent 543cefd commit bf4fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
CURRENT_VERSION=$(grep -o '\"version\": *\"[^\"]*\"' package.json | awk -F'\"' '{print $4}')
BUILD_VERSION="$CURRENT_VERSION-alpha.$(date +%Y%m%d)"
BUILD_VERSION="$CURRENT_VERSION-alpha.$(date +%Y%m%d%H%M%S)"
echo "BUILD_VERSION=$BUILD_VERSION" >> $GITHUB_ENV
NPM_PACKAGE_NAME=$(grep -o '\"name\": *\"[^\"]*\"' package.json | awk -F'\"' '{print $4}')
Expand Down

0 comments on commit bf4fa1c

Please sign in to comment.