Skip to content

Commit

Permalink
GAT-1887: Added Automated release and tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
reubensamuel committed Feb 15, 2023
1 parent e3fc154 commit 2823670
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/prod_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ jobs: # Deployment please don't modify anything here as the infrastructure
- name: Read VERSION file
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: Deploy to Cloud Run
uses: actions-hub/gcloud@master
id: deploy
Expand Down

0 comments on commit 2823670

Please sign in to comment.