Skip to content

Commit daf758a

Browse files
committed
Use env instead of environment
1 parent 55f5b49 commit daf758a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/redis_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ on:
2323
jobs:
2424
redis-release:
2525
runs-on: ubuntu-latest
26-
environment:
27-
FORCE_COLOR: 1
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2926

3027
steps:
3128
- name: Checkout repository
@@ -41,6 +38,9 @@ jobs:
4138
pip install -e .
4239
4340
- name: Redis release
41+
env:
42+
FORCE_COLOR: 1
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
run: |
4545
cmd="redis-release release"
4646

0 commit comments

Comments
 (0)