Skip to content

Commit 3efe58c

Browse files
authored
Update cron-release.yml
1 parent 7aef0ab commit 3efe58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
./ipip2mmdb -s ./china_ip_list.txt -d Country.mmdb
4444
- name: Set env variables
4545
run: |
46-
echo "::set-env name=RELEASE_NAME::Released on $(date +%Y%m%d)"
47-
echo "::set-env name=TAG_NAME::$(date +%Y%m%d)"
46+
echo "RELEASE_NAME=$(date +%Y%m%d)" >> $GITHUB_ENV
47+
echo "TAG_NAME=$(date +%Y%m%d)" >> $GITHUB_ENV
4848
shell: bash
4949

5050
- name: Generate version file

0 commit comments

Comments
 (0)