Skip to content

Commit b77000c

Browse files
committed
Publish with next tag v2
1 parent bf32c5a commit b77000c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ aliases:
8383
name: Publish package to NPM
8484
command: npm publish --access public
8585

86-
- &publish-npm-next
86+
- &publish-npm-tag-as-next
8787
run:
8888
name: Publish package to NPM
8989
command: npm publish --tag next --access public
@@ -143,7 +143,7 @@ commands:
143143
yarn build
144144
- *save-cache
145145
- *create-npm-config
146-
- *publish-npm
146+
- *publish-npm-tag-as-next
147147
- save-build-flag
148148

149149
jobs:

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/common",
3-
"version": "2.0.9-alpha.2",
3+
"version": "2.0.9-alpha.3",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

0 commit comments

Comments
 (0)