Skip to content

Commit

Permalink
Merge pull request #971 from HDRUK/GAT-1887-PROD
Browse files Browse the repository at this point in the history
GAT-1887: Fix Tag bug
  • Loading branch information
reubensamuel authored Feb 28, 2023
2 parents 24e0629 + 3a013cc commit 246ca30
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 246ca30

Please sign in to comment.