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 14, 2023
1 parent 6c0c70a commit 29b7275
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [18]
pnpm-version: [8]
pnpm-version: [8.3.1]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: pnpm install --lockfile-only
run: echo $NODE_ENV && pnpm install --frozen-lockfile

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"start": "pnpm run -F frontend start",
"lint": "pnpm run -F '*' lint",
"lint:fix": "pnpm run -F '*' lint:fix",
"lint:format": "pnpm run -F '*' lint:format"
"lint:format": "pnpm run -F '*' lint:format",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
Expand Down

1 comment on commit 29b7275

@vercel
Copy link

@vercel vercel bot commented on 29b7275 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.