Skip to content

Commit

Permalink
Revert "chore: add publish to gh actions"
Browse files Browse the repository at this point in the history
This reverts commit fe468c6.
  • Loading branch information
ryanleecode committed Oct 23, 2024
1 parent fe468c6 commit 22c3c2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
with:
commit: "chore: version packages"
title: "chore: version packages"
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ steps.gen_token.outputs.token }}

npm-publish:
needs: [run-ci]
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"license": "GPL-3.0-only",
"private": true,
"scripts": {
"ci:publish": "pnpm publish -r",
"downloadSpecs": "node bin/downloadSpecs.js",
"api-docs": "typedoc",
"deep-clean": "pnpm -r deep-clean && rm -rf node_modules",
Expand Down

0 comments on commit 22c3c2e

Please sign in to comment.