Skip to content

Commit fa6875b

Browse files
committed
Fix release gateway-build
1 parent f21a989 commit fa6875b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
if [[ "${{ inputs.staging }}" == "false" ]]; then
188188
sed \
189189
-i.old \
190-
"s|@ git+https://github.com/dstackai/dstack.git@master|== ${{ inputs.version }}|" \
190+
"s|@ https://github.com/dstackai/dstack/archive/refs/heads/master.tar.gz|== ${{ inputs.version }}|" \
191191
pyproject.toml
192192
diff pyproject.toml pyproject.toml.old > /dev/null && echo "Could not set version" && exit 1
193193
fi

0 commit comments

Comments
 (0)