Skip to content

Commit af17077

Browse files
committed
update workflow
1 parent 721a83c commit af17077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: read
12-
packages: write
12+
id-token: write
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: oven-sh/setup-bun@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/pocketnode/binarystream.git"
12+
"url": "git+https://github.com/pocketnode/binarystream.git"
1313
},
1414
"devDependencies": {
1515
"bun-plugin-dts": "^0.2.3",

0 commit comments

Comments
 (0)