Skip to content

Commit

Permalink
ci: revert custom version script
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Jul 27, 2024
1 parent 46c48a2 commit 2434aa2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,6 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm changeset.version
publish: pnpm 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 @@ -177,7 +177,6 @@
"build.wasm": "tsm scripts/index.ts --wasm",
"build.watch": "tsm scripts/index.ts --build --qwikcity --watch --dev --platform-binding",
"change": "changeset",
"changeset.version": "changeset version && rm CHANGELOG.md",
"cli": "pnpm build.cli && node packages/create-qwik/dist/create-qwik.cjs && tsm scripts/validate-cli.ts --copy-local-qwik-dist",
"cli.qwik": "pnpm build.cli && node packages/qwik/dist/qwik-cli.cjs",
"cli.validate": "tsm scripts/validate-cli.ts",
Expand Down

0 comments on commit 2434aa2

Please sign in to comment.