Skip to content

Commit

Permalink
fix(CI): pass release-please output to the next job
Browse files Browse the repository at this point in the history
Release-As: 1.4.4
  • Loading branch information
meysam81 committed Nov 9, 2024
1 parent e4ab4b8 commit 28310e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
permissions:
contents: write
pull-requests: write
outputs:
releases_created: ${{ steps.release-please.outputs.releases_created }}
tag_name: ${{ steps.release-please.outputs.tag_name }}
steps:
- name: Release please
uses: googleapis/release-please-action@v4
Expand Down

0 comments on commit 28310e7

Please sign in to comment.