Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 5b9661b

Browse files
committed
set static commit
1 parent fce3cfe commit 5b9661b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/create-release-github.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
OPERATOR_VERSION=$(git describe --tags)
3+
# OPERATOR_VERSION=$(git describe --tags)
44

55
gh config set prompt disabled
66
gh release create \
7-
-t "Release ${OPERATOR_VERSION}" \
8-
"${OPERATOR_VERSION}" \
7+
-t "Release 0.0.1" \
8+
"0.0.1" \
99
'dist/opentelemetry-operator.yaml#Installation manifest for Kubernetes'

0 commit comments

Comments
 (0)