Skip to content

Commit fcd64a3

Browse files
committed
Fix ref_name
1 parent 3ed78db commit fcd64a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
DOCKER_TAG_PREFIX: ${{ inputs.tag-prefix }}
113113
DOCKER_REGISTRY_REPOSITORIES: ${{ inputs.registry-repositories }}
114114
RELEASE_TYPE: ${{ inputs.release-type }}
115-
GITHUB_RELEASE_TAG: ${{ github.ref }}
115+
GITHUB_RELEASE_TAG: ${{ github.ref_name }}
116116
GITHUB_REF_TYPE: ${{ github.ref_type }}
117117

118118
- name: Set REPOSITORY_BUILD_VERSION

0 commit comments

Comments
 (0)