We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d83b0 commit 1f8f96bCopy full SHA for 1f8f96b
‎.github/workflows/tag-publish.yml
@@ -80,6 +80,6 @@ jobs:
80
github.rest.repos.updateRelease({
81
owner: context.repository.owner,
82
repo: context.repository.name,
83
- release_id: context.release.id
+ release_id: context.release.id,
84
body: '👋 woo hoo!'
85
})
0 commit comments