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 1593b16 commit 0cd92ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
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
version: changeset version && pnpm install --shamefully-hoist --no-frozen-lockfile
# 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 0cd92ee

@vercel
Copy link

@vercel vercel bot commented on 0cd92ee 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
ossa-demo-ossa.vercel.app
ossaui.vercel.app

Please sign in to comment.