Skip to content

Commit f6f9bc8

Browse files
authored
Prepend git tag with v (#465)
1 parent 6d3c093 commit f6f9bc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- '*.*.*'
5+
- 'v*.*.*'
66

77
jobs:
88
kubectl_rabbitmq:

hack/rabbitmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
homepage: https://github.com/rabbitmq/cluster-operator
77
shortDescription: Manage RabbitMQ clusters
8-
version: v{{ .TagName }}
8+
version: {{ .TagName }}
99
description: |
1010
A plugin providing utilities to operate RabbitMQ clusters deployed
1111
by the RabbitMQ cluster operator.

0 commit comments

Comments
 (0)