We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927f667 commit 40c3e2aCopy full SHA for 40c3e2a
.github/workflows/release.yml
@@ -51,7 +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
- run: echo "::set-env name=NIGHTLY_FLAG::--nightly"
+ run: echo "NIGHTLY_FLAG=--nightly" >> $GITHUB_ENV
55
- uses: actions/checkout@v2
56
- uses: actions/setup-python@v1
57
with:
0 commit comments