We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59c79d commit 31cd1d9Copy full SHA for 31cd1d9
.github/workflows/release.yaml
@@ -17,4 +17,6 @@ jobs:
17
- uses: googleapis/release-please-action@v4
18
with:
19
token: ${{ secrets.RELEASE_PLEASE_PAT }}
20
- release-type: simple
+ release-type: go
21
+ config-file: release-please-config.yaml
22
+ manifest-file: .release-please-manifest.json
0 commit comments