Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 375 Bytes

File metadata and controls

13 lines (10 loc) · 375 Bytes

Release Update

Creates or updates a GitHub release for an existing tag.

Use this action when release notes, artifacts, draft status, prerelease status, or latest-release status should be managed from a workflow.

steps:
  - uses: getdevopspro/github-actions/release/update@v8.3.7
    with:
      tag: v1.2.3
      body: ${{ steps.changelog.outputs.content }}