Skip to content

Commit

Permalink
maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Jun 13, 2022
1 parent 0dc5ec7 commit 8ebcf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
github.repos.updateRelease({
github.rest.repos.updateRelease({
draft: false,
name: '${{ github.ref_name }}',
owner: context.repo.owner,
Expand Down

0 comments on commit 8ebcf17

Please sign in to comment.