Skip to content

Commit f295324

Browse files
authored
Merge branch 'main' into wuandy/DocumentationFix
2 parents e2096da + fd01196 commit f295324

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-release-artifacts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
uses: actions/[email protected]
3030
with:
3131
name: m2repository
32-
path: build/m2repository.zip
32+
path: build/m2repository/
3333
retention-days: 15
3434

3535
- name: Upload release notes
3636
uses: actions/[email protected]
3737
with:
38-
name: release_artifacts
39-
path: build/release-notes.zip
38+
name: release_notes
39+
path: build/release-notes/
4040
retention-days: 15
4141

4242
- name: Upload kotlindocs
4343
uses: actions/[email protected]
4444
with:
4545
name: kotlindocs
46-
path: build/kotlindoc.zip
46+
path: build/firebase-kotlindoc/
4747
retention-days: 15

.github/workflows/post_release_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: peter-evans/create-pull-request@v4
3030
with:
3131
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
32-
committer: google-oss-bot <google[email protected]>
32+
committer: google-oss-bot <firebase[email protected]>
3333
assignees: ${{ github.actor }}
3434
base: 'main'
3535
branch: 'releases/${{ inputs.name }}.mergeback'

0 commit comments

Comments
 (0)