Skip to content

Commit 5268629

Browse files
authored
Fix Windows Nightly (#2225)
* Set nightly flag in bash shell for all OS
1 parent 4a2e374 commit 5268629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
const commit_details = await github.git.getCommit({owner: context.repo.owner, repo: context.repo.repo, commit_sha: context.sha});
5252
return commit_details.data.author.date
5353
- if: github.event_name == 'push'
54+
shell: bash
5455
run: echo "NIGHTLY_FLAG=--nightly" >> $GITHUB_ENV
5556
- uses: actions/checkout@v2
5657
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)