Skip to content

Commit

Permalink
ci: trying to fix changesets version
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Jul 26, 2024
1 parent 919af42 commit f6aa020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm version
#version: pnpm version
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"tsc.trace": "tsc -p tsconfig.json --traceResolution > tsc.log",
"tsc.watch": "tsc --noEmit --watch --preserveWatchOutput",
"update.qwik.builds": "tsm scripts/update-qwik-builds.ts packages/docs && tsm scripts/update-qwik-builds.ts packages/insights; pnpm install",
"version": "changeset version && rm ./CHANGELOG.md",
"version": "changeset version && rm CHANGELOG.md",
"vitest": "vitest"
},
"type": "module"
Expand Down

0 comments on commit f6aa020

Please sign in to comment.