File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
uses : firebase/firebase-admin-node/.github/actions/send-tweet@master
56
56
with :
57
57
status : >
58
- ${{ steps.postcheck.outputs.version }} of @Firebase Admin Go SDK is avaialble .
58
+ ${{ steps.postcheck.outputs.version }} of @Firebase Admin Go SDK is available .
59
59
https://github.com/firebase/firebase-admin-go/releases/tag/${{ steps.postcheck.outputs.version }}
60
60
consumer-key : ${{ secrets.FIREBASE_TWITTER_CONSUMER_KEY }}
61
61
consumer-secret : ${{ secrets.FIREBASE_TWITTER_CONSUMER_SECRET }}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import (
38
38
var defaultAuthOverrides = make (map [string ]interface {})
39
39
40
40
// Version of the Firebase Go Admin SDK.
41
- const Version = "3.12.0 "
41
+ const Version = "3.12.1 "
42
42
43
43
// firebaseEnvName is the name of the environment variable with the Config.
44
44
const firebaseEnvName = "FIREBASE_CONFIG"
You can’t perform that action at this time.
0 commit comments