Skip to content

Commit

Permalink
ci: expose version in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
jboix committed Oct 10, 2024
1 parent e1821e5 commit 90787c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.semantic-release.outputs.version }}

permissions:
contents: write
Expand Down

0 comments on commit 90787c2

Please sign in to comment.