Skip to content

Commit f538cc3

Browse files
authored
Update release.yaml
1 parent cc0b21c commit f538cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release-please:
1616
defaults:
1717
run:
18-
working-directory: .
18+
working-directory: firebase-dart-admin-auth-sdk
1919
runs-on: ubuntu-latest
2020
permissions:
2121
contents: write
@@ -37,8 +37,8 @@ jobs:
3737
--repo-url=https://github.com/aortem/firebase-dart-admin-auth-sdk \
3838
--token="${{ secrets.RELEASE_PLEASE_ACTION_TOKEN }}" \
3939
--target-branch=main \
40-
--config-file=../release-please-config.json \
41-
--manifest-file=../.release-please-manifest.json
40+
--config-file=release-please-config.json \
41+
--manifest-file=.release-please-manifest.json
4242
4343
- name: Dump Release Output
4444
run: echo "Release process completed."

0 commit comments

Comments
 (0)