diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2f1264f..ba9e954 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - packages: write + id-token: write steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 diff --git a/package.json b/package.json index d395f1d..232ee3f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/pocketnode/binarystream.git" + "url": "git+https://github.com/pocketnode/binarystream.git" }, "devDependencies": { "bun-plugin-dts": "^0.2.3",