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 61ced3a commit c856054
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prod_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c856054

Please sign in to comment.