Skip to content

Commit 3874cea

Browse files
Merge remote-tracking branch 'origin/develop' into code-30102897
2 parents d0c5e42 + e3b5d0c commit 3874cea

File tree

4 files changed

+4294
-5063
lines changed

4 files changed

+4294
-5063
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- attach_workspace:
2929
at: .
3030
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31-
- run: npm publish --tag=stable-v0.7.11
31+
- run: npm publish
3232

3333
workflows:
3434
version: 2
@@ -45,4 +45,4 @@ workflows:
4545
tags:
4646
only: /v[0-9]+(\.[0-9]+)*(-[0-9]+)?/
4747
requires:
48-
- test
48+
- test

0 commit comments

Comments
 (0)