Skip to content

Commit 452424f

Browse files
authored
fix: Release workflow tag pattern (#102)
1 parent 5f77e0d commit 452424f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release_stackablectl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Stackablectl Release Pipeline
44
on:
55
push:
66
tags:
7-
- "stackablectl-[0-9]+.[0-9]+.[0-9]+"
7+
- "stackablectl-[0-9]+.[0-9]+.[0-9]+.*"
88

99
env:
1010
RUST_VERSION: 1.70.0

web/src/api/schema.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export interface components {
6969
manifests?: components["schemas"]["ManifestSpec"][];
7070
/** @description A variable number of supported parameters */
7171
parameters?: components["schemas"]["Parameter"][];
72+
resourceRequests?: components["schemas"]["ResourceRequests"] | null;
7273
/** @description The name of the underlying stack */
7374
stackableStack: string;
7475
/**

0 commit comments

Comments
 (0)