Skip to content

Commit

Permalink
Merge pull request #333 from Developer-DAO/actually-release
Browse files Browse the repository at this point in the history
  • Loading branch information
with-heart authored Apr 14, 2022
2 parents ea4d41e + f264329 commit e51c657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:

- name: Create Release Pull Request
uses: changesets/action@master
with:
publish: 'yarn release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"postinstall": "preconstruct dev",
"build-storybook": "build-storybook",
"chromatic": "chromatic --exit-zero-on-changes",
"publish:npm": "yarn build && yarn changeset publish",
"docs:dev": "yarn workspace docs dev",
"docs:build": "yarn workspace docs build",
"docs:serve": "yarn workspace docs start"
"docs:serve": "yarn workspace docs start",
"release": "yarn build && changeset publish"
},
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down

2 comments on commit e51c657

@vercel
Copy link

@vercel vercel bot commented on e51c657 Apr 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3ui – ./

web3ui-developdao.vercel.app
web3-ui.vercel.app
web3ui-git-main-developdao.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e51c657 Apr 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3-ui-docs – ./

web3-ui-docs-developdao.vercel.app
web3-ui-docs-git-main-developdao.vercel.app
web3-ui-docs.vercel.app

Please sign in to comment.