Skip to content

Commit 63971e4

Browse files
VIA-283 Fix tag value in deploy workflow
1 parent 85fb35d commit 63971e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-3-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "terraform_version=$(grep "^terraform" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
4343
# TODO: Get the version, but it may not be the .version file as this should come from the CI/CD Pull Request Workflow
4444
echo "version=$(head -n 1 .version 2> /dev/null || echo unknown)" >> $GITHUB_OUTPUT
45-
echo "tag=${{ github.ref_name }})" >> $GITHUB_OUTPUT
45+
echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
4646
- name: "List variables"
4747
run: |
4848
export BUILD_DATETIME="${{ steps.variables.outputs.build_datetime }}"

0 commit comments

Comments
 (0)