Skip to content

Commit

Permalink
fix: remove semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Oct 4, 2023
1 parent a2e1aa8 commit 122d993
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,145 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
CI: ''
run: npm run ci:build

- name: Run Semantic Release 🚀
run: npm run release
- name: Run Release 🚀
uses: actions/npm-publisher
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion sdks/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dev": "turbo run dev",
"lint": "turbo run lint",
"clean": "turbo run clean",
"release": "turbo run release",
"changeset": "changeset",
"prettier-check": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"",
"prettier-fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"",
Expand Down
3 changes: 0 additions & 3 deletions sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"dev": "tsup --watch src",
"size": "size-limit",
"lint": "eslint \"./**/*.ts*\"",
"release": "npx semantic-release",
"test": "echo \"Error: no test specified\" && exit 0",
"gen:client": "npx swagger-typescript-api -p ../../../../proto/apidocs.swagger.yaml -o client --modular"
},
Expand Down Expand Up @@ -51,7 +50,6 @@
"devDependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@raystack/frontier-tsconfig": "workspace:^",
"@semantic-release/npm": "^11.0.0",
"@size-limit/preset-small-lib": "^8.2.6",
"@tanstack/react-table": "^8.10.1",
"@types/node": "^20.6.3",
Expand All @@ -63,7 +61,6 @@
"eslint-config-frontier": "workspace:^",
"np": "^7.7.0",
"prettier": "^2.8.8",
"semantic-release": "^22.0.5",
"size-limit": "^8.2.6",
"swagger-typescript-api": "^13.0.3",
"tsup": "^6.7.0",
Expand Down
Loading

0 comments on commit 122d993

Please sign in to comment.