We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2e374 commit 5268629Copy full SHA for 5268629
.github/workflows/release.yml
@@ -51,6 +51,7 @@ jobs:
51
const commit_details = await github.git.getCommit({owner: context.repo.owner, repo: context.repo.repo, commit_sha: context.sha});
52
return commit_details.data.author.date
53
- if: github.event_name == 'push'
54
+ shell: bash
55
run: echo "NIGHTLY_FLAG=--nightly" >> $GITHUB_ENV
56
- uses: actions/checkout@v2
57
- uses: actions/setup-python@v1
0 commit comments