Skip to content

Commit

Permalink
Github workflows fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Feb 4, 2023
1 parent cc5c583 commit c462459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Commit changes to terraform config repository
run: |
export GIT_SHA=${{ steps.extract_variables.outputs.GIT_SHA_SHORT }}
export GIT_TAG=${{ steps.extract_variables.outputs.GIT_TAG }}
export GIT_TAG=${{ steps.extract_variables.outputs.TAG }}
export VERSION_FILENAME=${{ inputs.env_name }}/services/${{ inputs.service_name }}/${{ inputs.versionvar_filename }}.auto.tfvars
Expand Down

0 comments on commit c462459

Please sign in to comment.