Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Dec 2, 2019
1 parent cf0babd commit c86ba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: |
PACKAGE_VERSION=$(node -p -e "require('./package.json').version")
PACKAGE_VERSION=$(node -p -e "require('./core/package.json').version")
CURRENT_TIME=$(date "+%Y-%m-%d_%H:%M.%S")
NEW_VERSION=$PACKAGE_VERSION_$CURRENT_TIME
(cd core && npm version $NEW_VERSION && npm publish --tag next)
Expand Down

0 comments on commit c86ba8e

Please sign in to comment.