Skip to content

Commit 0c84c4b

Browse files
committed
fixed version
1 parent 2eb85ae commit 0c84c4b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/spectro-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Spectro Release
22
run-name: Release for Cluster API CloudStack ${{ github.event.inputs.release_version }}
33
on:
4+
push:
45
workflow_dispatch:
56
inputs:
67
release_version:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ ifeq ($(FIPS_ENABLE),yes)
5656
RELEASE_LOC := release-fips
5757
endif
5858

59-
SPECTRO_VERSION ?= 4.6.0-dev
60-
TAG ?= v2.7.1-spectro-${SPECTRO_VERSION}
59+
SPECTRO_VERSION ?= 4.7.0-dev
60+
TAG ?= v0.6.1-spectro-${SPECTRO_VERSION}
6161
ARCH ?= amd64
6262
# ALL_ARCH = amd64 arm arm64 ppc64le s390x
6363
ALL_ARCH = amd64 arm64

0 commit comments

Comments
 (0)