10000 Re-create venv for dev release publish (#12725) · localstack/localstack@36f5b6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 36f5b6d

Browse files
authored
Re-create venv for dev release publish (#12725)
1 parent 9de2d58 commit 36f5b6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/aws-main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ jobs:
262262
if git describe --exact-match --tags >/dev/null 2>&1; then
263263
echo "not publishing a dev release as this is a tagged commit"
264264
else
265-
source .venv/bin/activate
266-
make publish || echo "dev release failed (maybe it is already published)"
265+
make install-basic publish || echo "dev release failed (maybe it is already published)"
267266
fi
268267
269268
push-to-tinybird:

0 commit comments

Comments
 (0)
0