Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: read
id-token: write

env:
HYPHEN_PUBLIC_API_KEY: ${{ secrets.HYPHEN_PUBLIC_API_KEY }}
Expand All @@ -27,10 +28,6 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: 24
cache: 'pnpm'

- name: Enable Corepack
run: corepack enable

- name: Install Dependencies
run: pnpm install
Expand All @@ -42,8 +39,4 @@ jobs:
run: pnpm test:ci

- name: Publish
run: |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --ignore-scripts --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish --ignore-scripts --no-git-checks --access public
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
],
"author": "Team Hyphen <hello@hyphen.ai>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Hyphen/browser-sdk.git"
},
"bugs": {
"url": "https://github.com/Hyphen/browser-sdk/issues"
},
"homepage": "https://github.com/Hyphen/browser-sdk#readme",
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@faker-js/faker": "^10.5.0",
Expand Down