We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ea81d commit c219cffCopy full SHA for c219cff
.github/workflows/redis_release.yml
@@ -54,6 +54,7 @@ jobs:
54
FORCE_COLOR: 1
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
run: |
57
+ . venv/bin/activate
58
cmd=("redis-release" "release")
59
60
if [ "${{ inputs.force_rebuild }}" = "true" ]; then
0 commit comments