Skip to content

Commit

Permalink
try to release again
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye committed Nov 11, 2024
1 parent 9cc8535 commit b29d013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cache: pnpm

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

- name: Download all artifacts
uses: actions/download-artifact@v4
Expand All @@ -116,7 +116,6 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm run version
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"scripts": {
"changeset": "changeset",
"version": "changeset version && pnpm install --lockfile-only",
"release": "changeset publish"
}
}

0 comments on commit b29d013

Please sign in to comment.