We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e464fbc commit 22d3f4eCopy full SHA for 22d3f4e
1 file changed
.github/workflows/release-please-gha.yml
@@ -27,8 +27,10 @@ jobs:
27
with:
28
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
29
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
30
-
+
31
- name: Release Please
32
uses: googleapis/release-please-action@v4
33
34
token: ${{ steps.app-token.outputs.token }}
35
+ config-file: release-please-config.json
36
+ manifest-file: .release-please-manifest.json
0 commit comments