Skip to content

Commit bf32c5a

Browse files
committed
Publish with next tag
1 parent a357696 commit bf32c5a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

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

86+
- &publish-npm-next
87+
run:
88+
name: Publish package to NPM
89+
command: npm publish --tag next --access public
90+
8691
commands:
8792
save-build-flag:
8893
steps:

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",
3+
"version": "2.0.9-alpha.2",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

0 commit comments

Comments
 (0)