Skip to content

Commit 40c3e2a

Browse files
authored
Deprecate set env (#2199)
test Deprecate set env
1 parent 927f667 commit 40c3e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +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-
run: echo "::set-env name=NIGHTLY_FLAG::--nightly"
54+
run: echo "NIGHTLY_FLAG=--nightly" >> $GITHUB_ENV
5555
- uses: actions/checkout@v2
5656
- uses: actions/setup-python@v1
5757
with:

0 commit comments

Comments
 (0)