| assets | A JSON array of objects describing the assets that were uploaded to the release. Each member of the array has the following fields: apiUrl, downloadUrl, id, nodeId, name, label, state, contentType, size, downloadCount, createdAt, updatedAt, and checksum. |
| generatedReleaseNotes | The generated release notes produced by GitHub. This output will only be available if generated release notes are enabled. |
| discussionId | The ID of the discussion linked to the published release. This output will only be available if discussion creation is enabled. |
| discussionNumber | The unique number of the discussion linked to the published release. This output will only be available if discussion creation is enabled. |
| discussionUrl | The URL of the user-facing HTML page of the discussion linked to the published release. This output will only be available if discussion creation is enabled. |
| releaseBody | The body of the published release. |
| releaseId | The ID of the published release. |
| releaseName | The name of the published release. |
| releaseUploadUrl | The asset upload URL for the published release. |
| releaseUrl | The URL of the user-facing HTML page for the published release. |
| releaseWasCreated | Contains "true" if a new release was created, or an empty string otherwise. |
| tagBody | The "body" portion of the tag annotation. |
| tagBodyRendered | The "body" portion of the tag annotation, rendered as Markdown. This represents the Markdown after it has been "processed", and may differ greatly from the original input Markdown. |
| tagIsSemVer | Contains "true" for SemVer version tags, or an empty string otherwise. |
| tagIsStable | Contains "true" for any tag considered "stable" (e.g. "v1", stable SemVer tags), or an empty string otherwise. |
| taggerAvatarUrl | The avatar URL of the GitHub user who created the tag. |
| taggerLogin | The username of the GitHub user who created the tag. |
| tagName | The name of the tag that caused the release to be published. |
| tagSubject | The "subject" portion of the tag annotation. |