Skip to content

Commit 8d1ae5b

Browse files
Fix syntax error in build.yml
1 parent 62efb48 commit 8d1ae5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git checkout binaries
3838
cp dist/*.node .
3939
cp dist/*.js .
40-
git rev-parse master > source_commit'
40+
git rev-parse master > source_commit
4141
git checkout master docs/index.d.ts && mv docs/index.d.ts .
4242
git status
4343
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)