We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a721e9c commit 3a15997Copy full SHA for 3a15997
.github/workflows/release.yaml
@@ -30,8 +30,8 @@ jobs:
30
--repo-url=https://github.com/aortem/firebase-dart-admin-auth-sdk \
31
--token="${{ secrets.RELEASE_PLEASE_ACTION_TOKEN }}" \
32
--target-branch=main \
33
- --config-file=firebase-dart-admin-auth-sdk/release-please-config.json \
34
- --manifest-file=firebase-dart-admin-auth-sdk/.release-please-manifest.json
+ --config-file=release-please-config.json \
+ --manifest-file=.release-please-manifest.json
35
36
- name: Dump Release Output
37
run: echo "Release process completed."
0 commit comments