We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721a83c commit af17077Copy full SHA for af17077
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
permissions:
11
contents: read
12
- packages: write
+ id-token: write
13
steps:
14
- uses: actions/checkout@v4
15
- uses: oven-sh/setup-bun@v1
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",
0 commit comments