You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: github/ospo-reusable-workflows/.github/workflows/release.yml@mainwith:
# Boolean flag whether to publish the release, default is truepublish: true# The name of the configuration file to use, default is release-drafter.yml# from the release-drafter/release-drafter GitHub Actionrelease-config-name: release-drafter.ymlsecrets:
# The GitHub token to usegithub-token: ${{ secrets.GITHUB_TOKEN }}
Outputs
full-tag: The full tag of the release (v1.0.0)
short-tag: The short tag of the release (v1)
body: The body of the release, to be used in the GitHub release UI