Skip to content

Commit

Permalink
build(ci): ensure that publishing is always possible if not a pre-rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
Harjot1Singh committed Nov 16, 2019
1 parent 3c9369e commit f20596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ publish: &publish
- run:
name: Determine if pre-release
command: |-
(cat app/package.json | grep -Eq '"version": ".+\..+\..+-.*"') && EP_PRE_RELEASE=true
(cat app/package.json | grep -Eq '"version": ".+\..+\..+-.*"') && EP_PRE_RELEASE=true || true
- run:
name: Publish application
command: GH_TOKEN=$GITHUB_TOKEN npm run release -- -${PLATFORM_FLAG} -p always
Expand Down

0 comments on commit f20596e

Please sign in to comment.