Skip to content

Commit

Permalink
fix: Changeset release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Oct 15, 2023
1 parent 4cd0120 commit 296068b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: pnpm install --lockfile-only
run: pnpm install --frozen-lockfile

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"type-check": "tsc --pretty --noEmit",
"lint": "prettier . --check && pnpm eslint",
"lint:fix": "prettier . --write && pnpm eslint --fix",
"lint:format": "prettier . --write",
"build": "tsup",
"typedoc": "typedoc src/index.ts --titleLink \"https://github.com/scio-labs/use-inkathon\"",
"changeset:version": "pnpm run typedoc && changeset version",
Expand Down

0 comments on commit 296068b

Please sign in to comment.