Skip to content

Commit 606d078

Browse files
authored
Update release.yaml
1 parent 4aa69a0 commit 606d078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# If you prefer the official action (which uses "uses"), you cannot set a working-directory directly.
3030
- name: Run release-please CLI
3131
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
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 --config-file=firebase-dart-admin-auth-sdk -manifest-file=firebase-dart-admin-auth-sdk
3333
3434
- name: Dump Release Output
3535
run: echo "Release process completed."

0 commit comments

Comments
 (0)