diff --git a/.github/workflows/plugin-hrm-form-pre-release-qa.yml b/.github/workflows/plugin-hrm-form-pre-release-qa.yml index 7a12c7cbed..5b8cfc223b 100644 --- a/.github/workflows/plugin-hrm-form-pre-release-qa.yml +++ b/.github/workflows/plugin-hrm-form-pre-release-qa.yml @@ -65,7 +65,7 @@ jobs: with: repository: ${{ github.action_repository }} # This repo # releases-only: false # This repository doesn't use GitHub's "release" feature. - prefix: "${{ inputs.tag-prefix }}.qa" # Other kinds of tags are irrelevant; also limit to major version 7. + prefix: "${{ inputs.tag-prefix }}-qa" id: latest_matching_tag - run: echo ${{ steps.latest_matching_tag.outputs.tag }}