Skip to content

Commit 01e264f

Browse files
authored
Merge pull request #6 from bci-oss/fix/github-workflow
Update tagged_release.yml
2 parents 322e9db + b951d85 commit 01e264f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- run: git config --global user.email "[email protected]"
18-
- run: git config --global user.name "Eclipse Foundation
18+
- run: git config --global user.name "Eclipse Foundation"
1919

2020
- name: Cache node modules
2121
uses: actions/cache@v3

0 commit comments

Comments
 (0)