Skip to content

Commit

Permalink
fix: add tag_name output to release-please job as well
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 9, 2025
1 parent 7e37c7d commit b2c58b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
releases: ${{ steps.release.outputs.releases }}
prs: ${{ steps.release.outputs.prs }}
paths_released: ${{ steps.release.outputs.paths_released }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:

- name: Run release-please
Expand Down

0 comments on commit b2c58b5

Please sign in to comment.