Skip to content

Commit 3cff889

Browse files
committed
test release merge
1 parent ca8ed41 commit 3cff889

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/release-staging.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,21 @@ jobs:
3434
ref: master
3535
- name: Merge master into release
3636
run: |
37+
git config user.name "GitHub Actions Bot"
38+
git config user.email "<>"
3739
git checkout release
3840
git merge master
3941
git push origin release
4042
env:
4143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4244
# - name: Yarn install
4345
# run: yarn
44-
# # Ensures a new @firebase/app is published with every release.
45-
# # This keeps the SDK_VERSION variable up to date.
46-
# - name: Add a changeset for @firebase/app
47-
# # pull master so changeset can diff against it
48-
# run: |
49-
# git pull -f --no-rebase origin master:master
50-
# yarn ts-node-script scripts/ci/add_changeset.ts
46+
# Ensures a new @firebase/app is published with every release.
47+
# This keeps the SDK_VERSION variable up to date.
48+
- name: Add a changeset for @firebase/app
49+
# pull master so changeset can diff against it
50+
run: |
51+
yarn ts-node-script scripts/ci/add_changeset.ts
5152
# - name: Create Release Pull Request
5253
# uses: changesets/action@v1
5354
# env:

0 commit comments

Comments
 (0)