We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c26763 commit 5a64904Copy full SHA for 5a64904
1 file changed
.github/workflows/release.yml
@@ -71,6 +71,9 @@ jobs:
71
npm run build --workspace=samples/$workspace
72
done
73
74
+ - name: Generate index
75
+ run: npm run generate-index
76
+
77
- uses: google-github-actions/auth@v1
78
with:
79
credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
0 commit comments