Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add outputs for rp.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 6, 2024
1 parent ac7e261 commit e736661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
name : releasePlz
if : ${{ startsWith(github.event.head_commit.message, 'chore:') || startsWith(github.event.head_commit.message, 'Merge pull request')}}
runs-on: ubuntu-latest
outputs:
released: ${{ steps.rp.outputs.releases_created }}
upload_url: ${{ steps.rp.outputs.upload_url }}
steps:
- id: rp
uses: google-github-actions/release-please-action@v3
Expand Down

0 comments on commit e736661

Please sign in to comment.