Skip to content

Commit 0e86e09

Browse files
authored
[chore] Release 9.7.1 Take 2 (#1177)
1 parent c324382 commit 0e86e09

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
distribution: 'zulu'
9595
java-version: 8
9696

97+
- name: Publish preflight check
98+
id: preflight
99+
run: ./.github/scripts/publish_preflight_check.sh
100+
97101
# See: https://cli.github.com/manual/gh_release_create
98102
- name: Create release tag
99103
env:
@@ -105,10 +109,6 @@ jobs:
105109
--title "Firebase Admin Java SDK $RELEASE_VER" \
106110
--notes "$RELEASE_BODY"
107111
108-
- name: Publish preflight check
109-
id: preflight
110-
run: ./.github/scripts/publish_preflight_check.sh
111-
112112
- name: Publish to Maven Central
113113
run: ./.github/scripts/publish_artifacts.sh
114114
env:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.google.firebase</groupId>
2121
<artifactId>firebase-admin</artifactId>
22-
<version>9.7.0</version>
22+
<version>9.7.1</version>
2323
<packaging>jar</packaging>
2424

2525
<name>firebase-admin</name>

0 commit comments

Comments
 (0)