Skip to content

Commit

Permalink
GAT-1887:Fix Tag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
reubensamuel authored Feb 28, 2023
1 parent 4340d28 commit 8db46f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs: # Deployment please don't modify anything here as the infrastructure
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: v4.0.0
automatic_release_tag: '${{ steps.getversion.outputs.version }}'
prerelease: false

- name: Deploy to Cloud Run
Expand Down

0 comments on commit 8db46f6

Please sign in to comment.