Skip to content

Commit e3518cc

Browse files
committed
Update workflow env setting.
1 parent 4d4bcb0 commit e3518cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Determine version
1414
run: |
15-
echo "::set-env name=VERSION::${GITHUB_REF##*/}"
15+
echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
1616
- uses: actions/checkout@v2
1717
with:
1818
repository: redis/redis

0 commit comments

Comments
 (0)