We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aced5e8 commit e044543Copy full SHA for e044543
.github/workflows/create-release-pr.yaml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- uses: googleapis/release-please-action@v4
24
id: release
25
+ env:
26
+ DEBUG: 'release-please:*'
27
with:
28
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
29
outputs:
0 commit comments