Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 8c6a4e4

Browse files
committed
yml fix
1 parent bbf3913 commit 8c6a4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
--image ${{ env.DOCKER_IMG }} \
4646
--project ${{ env.PROJECT_NAME }} \
4747
--region ${{ env.REGION }} \
48-
--set-env-vars RELEASE_VERSION=${{ steps.previoustag.outputs.tag }}
48+
--set-env-vars RELEASE_VERSION=${{ steps.previoustag.outputs.tag }} \
4949
--port ${{ env.APP_PORT }} \
5050
--quiet \
5151
--platform managed

0 commit comments

Comments
 (0)