diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b6ae09d65..05b2e3de6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: if: ${{ !startsWith(inputs.gitref, 'v') }} uses: ./.github/actions/build_package with: - gitref: inputs.gitref + gitref: ${{ inputs.gitref }} # Configure AWS communication via SSM. - name: Configure AWS credentials