Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 23, 2024
1 parent 16d8b8a commit 6282697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/create-tag-and-github-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ inputs:
type: string
outputs:
promoted-tag:
description: "Pre-release tag that has been promoted to a release tag"
description: "Pre-release tag (x.y.z-N) that has been promoted to a release tag (x.y.z)"
value: ${{ steps.compute-tag.outputs.promoted-tag }}
tag:
description: "Tag that has been added"
description: "Tag that has been added (x.y.z-N for internal, x.y.z for public and hotfixes)"
value: ${{ steps.compute-tag.outputs.tag }}
tag-created:
description: "Whether the tag has been created"
Expand Down

0 comments on commit 6282697

Please sign in to comment.