Skip to content

Commit

Permalink
fix: add paths_released output to release-please workflow (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Feb 12, 2025
1 parent e1bf388 commit 62e35a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ on:
tag_name:
description: "Tag name of the created release."
value: ${{ jobs.release-please.outputs.tag_name }}
paths_released:
description: "List of paths to the released components."
value: ${{ jobs.release-please.outputs.paths_released }}


jobs:
Expand Down

0 comments on commit 62e35a9

Please sign in to comment.