Skip to content

Commit 094b623

Browse files
authored
Add a hyphen to fix the run step (#215)
1 parent 94e6a77 commit 094b623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
fetch-depth: '0' # This action defaults to only getting the latest commit. Setting to 0 makes it retrieve the full git commit history
16-
run: |
16+
- run: |
1717
git config --global user.email "ci@deephaven.io"
1818
git config --global user.name "GitHub CI"
1919
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)