Skip to content

Commit 7ac7130

Browse files
committed
restore yarn install to test changeset line
1 parent 3cff889 commit 7ac7130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
git push origin release
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
# - name: Yarn install
45-
# run: yarn
44+
- name: Yarn install
45+
run: yarn
4646
# Ensures a new @firebase/app is published with every release.
4747
# This keeps the SDK_VERSION variable up to date.
4848
- name: Add a changeset for @firebase/app

0 commit comments

Comments
 (0)