Skip to content

Commit 1ed7eb7

Browse files
Fix typo in release.yml (#862)
- Fix typo in release.yml
1 parent 5a8a6ba commit 1ed7eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
uses: ./.github/actions/send-tweet
146146
with:
147147
status: >
148-
${{ steps.preflight.outputs.version }} of @Firebase Admin Node.js SDK is avaialble.
148+
${{ steps.preflight.outputs.version }} of @Firebase Admin Node.js SDK is available.
149149
https://github.com/firebase/firebase-admin-node/releases/tag/${{ steps.preflight.outputs.version }}
150150
consumer-key: ${{ secrets.TWITTER_CONSUMER_KEY }}
151151
consumer-secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}

0 commit comments

Comments
 (0)