Skip to content

Commit

Permalink
SDK release and release GH action fix (#340)
Browse files Browse the repository at this point in the history
* chore: fully install dependencies in changeset task

* chore: add changeset

---------

Co-authored-by: luzzifoss <[email protected]>
  • Loading branch information
luzzif and luzzifoss authored Aug 11, 2023
1 parent 9d84e52 commit 60c6228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-suits-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@carrot-kpi/sdk": patch
---

Force release
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Install changeset
run: yarn global add @changesets/cli
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Create release pull request
uses: changesets/action@v1
with:
Expand Down

2 comments on commit 60c6228

@vercel
Copy link

@vercel vercel bot commented on 60c6228 Aug 11, 2023

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:

ui – ./packages/ui

ui-carrot-labs.vercel.app
ui-git-main-carrot-labs.vercel.app
ui.carrot-kpi.dev

@vercel
Copy link

@vercel vercel bot commented on 60c6228 Aug 11, 2023

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:

host-frontend – ./packages/frontend

host-frontend-carrot-labs.vercel.app
host-frontend-git-main-carrot-labs.vercel.app

Please sign in to comment.