Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Dec 2, 2019
1 parent 604f90b commit a32aaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -74,5 +74,5 @@ jobs:
CURRENT_TIME=$(date +%s)
NEW_VERSION=${PACKAGE_VERSION}-build${CURRENT_TIME}
(cd core && npm i && npm version $NEW_VERSION --no-git-tag-version && npm publish --tag next)
(cd cli && npm i && npm i galenframework@$NEW_VERSION --E && npm version $NEW_VERSION && npm publish --tag next)
(cd cli && npm i && npm i galenframework@next --E && npm version $NEW_VERSION && npm publish --tag next)
#if: github.ref == 'develop'

0 comments on commit a32aaf4

Please sign in to comment.