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

Commit

Permalink
yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HamAndRock committed Jan 25, 2021
1 parent bbf3913 commit 8c6a4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--image ${{ env.DOCKER_IMG }} \
--project ${{ env.PROJECT_NAME }} \
--region ${{ env.REGION }} \
--set-env-vars RELEASE_VERSION=${{ steps.previoustag.outputs.tag }}
--set-env-vars RELEASE_VERSION=${{ steps.previoustag.outputs.tag }} \
--port ${{ env.APP_PORT }} \
--quiet \
--platform managed

0 comments on commit 8c6a4e4

Please sign in to comment.