Skip to content

Commit

Permalink
Changed prefix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Aug 29, 2022
1 parent 2054865 commit fa64591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin-hrm-form-pre-release-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fa64591

Please # to comment.