File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments