From c8560543501fad24cf82a666e1887107c4aa32c3 Mon Sep 17 00:00:00 2001 From: reubensamuel Date: Wed, 15 Feb 2023 14:21:34 +0000 Subject: [PATCH] GAT-1887: Added Automated release and tag creation --- .github/workflows/prod_deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/prod_deployment.yaml b/.github/workflows/prod_deployment.yaml index c4eba4709..ade078d9b 100644 --- a/.github/workflows/prod_deployment.yaml +++ b/.github/workflows/prod_deployment.yaml @@ -39,12 +39,12 @@ jobs: # Deployment please don't modify anything here as the infrastructure id: getversion run: echo "version=$(cat Chart.yaml)" >> $GITHUB_OUTPUT - # - name: Create the release - # uses: "marvinpinto/action-automatic-releases@latest" - # with: - # repo_token: "${{ secrets.GITHUB_TOKEN }}" - # automatic_release_tag: "GAT Live Release - "${{ steps.getversion.outputs.version }} - # prerelease: false + - name: Create the release + uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: 'GAT Live Release - '${{ steps.getversion.outputs.version }} + prerelease: false - name: Deploy to Cloud Run uses: actions-hub/gcloud@master