Skip to content

Commit 1698589

Browse files
committed
remove dev stuff
1 parent 6264d9e commit 1698589

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-staging.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,18 @@ jobs:
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |
23-
const mergeResult = await github.rest.repos.merge({
23+
await github.rest.repos.merge({
2424
owner: context.repo.owner,
2525
repo: context.repo.repo,
2626
base: 'release',
2727
head: 'master'
2828
})
29-
console.log(mergeResult)
3029
- name: Checkout release branch (with history)
3130
uses: actions/checkout@master
3231
with:
3332
# Release script requires git history and tags.
3433
fetch-depth: 0
3534
ref: release
36-
- name: log
37-
run: git log
3835
- name: Yarn install
3936
run: yarn
4037
# Ensures a new @firebase/app is published with every release.

0 commit comments

Comments
 (0)