Skip to content

Commit

Permalink
Update build-and-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
modassarrana89 authored Sep 12, 2023
1 parent 9a65b87 commit 9048363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ contains(github.ref, 'redhat-') }}
name: Set version from branch name
env:
BRANCH_PREFIX: redhat- # IMPORTANT! this must match the .on.push.branches prefix!
BRANCH_PREFIX: redhat- # IMPORTANT! this must match the .on.push.branches prefix!
TAG_SUFFIX: -unstable
outputs:
tag: ${{ steps.format-tag.outputs.tag }}
Expand Down

0 comments on commit 9048363

Please sign in to comment.