Skip to content

Commit adb57a2

Browse files
committed
Fix release.yaml syntax
1 parent c44b911 commit adb57a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_TOKEN }}
2424
- name: Create Pull Request
2525
uses: peter-evans/create-pull-request@v2
26-
with:
27-
committer: GitHub <noreply@github.com>
28-
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
26+
with:
27+
committer: GitHub <noreply@github.com>
28+
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
2929

0 commit comments

Comments
 (0)