Skip to content

Commit

Permalink
fix(release-please): add output for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Nov 13, 2024
1 parent bd95ed8 commit 1d2b138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
value: ${{ jobs.github-releaseplease.outputs.release_created }}
release_number:
description: "The release number"
value: ${{ jobs.github-releaseplease.outputs.release_number }}
value: ${{ jobs.github-releaseplease.outputs.tag_name }}
push:
branches:
- "main"
Expand Down

0 comments on commit 1d2b138

Please sign in to comment.