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 e164772 commit b2d83b0Copy full SHA for b2d83b0
‎.github/workflows/tag-publish.yml‎
@@ -77,7 +77,7 @@ jobs:
77
- uses: actions/github-script@v6
78
with:
79
script: |
80
- rest.repos.updateRelease({
+ github.rest.repos.updateRelease({
81
owner: context.repository.owner,
82
repo: context.repository.name,
83
release_id: context.release.id
0 commit comments