Skip to content

Commit 1ddff1d

Browse files
committed
Fix action
1 parent 8fa0ddb commit 1ddff1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
push: true
3030
tags: superannotate/pythonsdk:dev
31-
build-args: PIP_FLAGS="--pre"
31+
build-args: PIP_FLAGS='--pre'
3232
- name: Set up Python
3333
uses: actions/setup-python@v2
3434
with:

0 commit comments

Comments
 (0)