Skip to content

Commit 9aca3ab

Browse files
Merge master into release
2 parents cadc804 + 2fab71d commit 9aca3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |
23-
github.rest.repos.merge({
23+
await github.rest.repos.merge({
2424
owner: context.repo.owner,
2525
repo: context.repo.repo,
2626
base: 'release',

0 commit comments

Comments
 (0)