Skip to content

Commit 361ca9b

Browse files
authored
Merge pull request #13 from redis-stack/vv-no-root-fix
Added --no-root argument
2 parents 79c09e1 + d14948d commit 361ca9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/RELEASE_REUSE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: get package version
7676
id: get_version
7777
run: |
78-
poetry install
78+
poetry install --no-root
7979
source .venv/bin/activate
8080
realversion=`invoke version -p redis-stack-server -d true`
8181
echo "::set-output name=VERSION::$realversion"

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*'
7+
workflow_dispatch:
78

89
jobs:
910

0 commit comments

Comments
 (0)