We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa69a0 commit 606d078Copy full SHA for 606d078
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
# If you prefer the official action (which uses "uses"), you cannot set a working-directory directly.
30
- name: Run release-please CLI
31
run: |
32
- npx release-please release-pr --repo-url=https://github.com/aortem/firebase-dart-admin-auth-sdk --token="${{ secrets.RELEASE_PLEASE_ACTION_TOKEN }}" --target-branch=main
+ npx release-please release-pr --repo-url=https://github.com/aortem/firebase-dart-admin-auth-sdk --token="${{ secrets.RELEASE_PLEASE_ACTION_TOKEN }}" --target-branch=main --config-file=firebase-dart-admin-auth-sdk -manifest-file=firebase-dart-admin-auth-sdk
33
34
- name: Dump Release Output
35
run: echo "Release process completed."
0 commit comments