diff --git a/.changeset/ten-suits-laugh.md b/.changeset/ten-suits-laugh.md new file mode 100644 index 000000000..783501280 --- /dev/null +++ b/.changeset/ten-suits-laugh.md @@ -0,0 +1,5 @@ +--- +"@carrot-kpi/sdk": patch +--- + +Force release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9bb4b577..c7c35418c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: