We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e6a77 commit 094b623Copy full SHA for 094b623
.github/workflows/create-release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
with:
15
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: |
+ - run: |
17
git config --global user.email "ci@deephaven.io"
18
git config --global user.name "GitHub CI"
19
- uses: actions/setup-node@v2
0 commit comments