Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CaedmonW committed Oct 31, 2022
1 parent 8a3468a commit 1593b16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
# this expects you to have a npm script called version that runs some logic and then calls `changeset version`.
version: pnpm version-packages
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm release
env:
Expand Down

1 comment on commit 1593b16

@vercel
Copy link

@vercel vercel bot commented on 1593b16 Oct 31, 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:

ossa-demo – ./

ossa-demo-git-main-ossa.vercel.app
ossaui.vercel.app
ossa-demo-ossa.vercel.app

Please sign in to comment.