Skip to content

Commit 55f5b49

Browse files
committed
Fix environment
1 parent 1f96f60 commit 55f5b49

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,6 +23,9 @@ on:
2323
jobs:
2424
redis-release:
2525
runs-on: ubuntu-latest
26+
environment:
27+
FORCE_COLOR: 1
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2629

2730
steps:
2831
- name: Checkout repository
@@ -38,9 +41,6 @@ jobs:
3841
pip install -e .
3942
4043
- name: Redis release
41-
environment:
42-
FORCE_COLOR: 1
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
run: |
4545
cmd="redis-release release"
4646

0 commit comments

Comments
 (0)