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 1f8f96b commit c61f1deCopy full SHA for c61f1de
‎.github/workflows/tag-publish.yml‎
@@ -78,8 +78,8 @@ jobs:
78
with:
79
script: |
80
github.rest.repos.updateRelease({
81
- owner: context.repository.owner,
82
- repo: context.repository.name,
83
- release_id: context.release.id,
+ owner: github.event.repository.owner,
+ repo: github.event.repository.name,
+ release_id: github.event.release.id,
84
body: '👋 woo hoo!'
85
})
0 commit comments