Skip to content

Commit

Permalink
ci(release-please): add tag_name as output (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored May 27, 2024
1 parent ca2646a commit 513e5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
id: release
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 513e5ff

Please sign in to comment.