We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b327ffc commit 62824f9Copy full SHA for 62824f9
.github/workflows/release-please.yml
@@ -7,6 +7,8 @@ jobs:
7
release:
8
name: 'Release Please'
9
runs-on: ubuntu-latest
10
+ outputs:
11
+ release_created: ${{ steps.release.outputs.release_created }}
12
steps:
13
- uses: googleapis/release-please-action@v4
14
id: release
0 commit comments