Skip to content

Commit 5b3640b

Browse files
ci: fix release workflow (#45)
1 parent f3ec6a2 commit 5b3640b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
console.log("Creating draft release for ${{ steps.version.outputs.version }}");
3131
32-
await github.repos.createRelease({
32+
await github.rest.repos.createRelease({
3333
...context.repo,
3434
draft: true,
3535
name: "dht-sensor v${{ steps.version.outputs.version }}",

0 commit comments

Comments
 (0)