File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 34343535 env :
3636 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
37+
38+ # - name: Extract Version
39+ # id: extract_version
40+ # run: |
41+ # versionTag=$(cat version.conf)
42+ # echo "versionTag=$versionTag" >> $GITHUB_ENV
43+
44+ # - name: Create GitHub Release
45+ # env:
46+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+ # tag: "superstream-${{ env.versionTag }}"
48+ # run: |
49+ # gh release delete "$tag" --yes --repo "$GITHUB_REPOSITORY" || true
50+ # git push --delete origin "$tag" || true
51+ # git tag -f "$tag"
52+ # git push origin "$tag"
53+ # gh release create "$tag" --generate-notes
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ apiVersion: v2
22annotations :
33 category : Streaming and Messaging
44 licenses : Memphis Business Source License 1.0
5+ dataPlaneVersion : " 1.1.107"
6+ autoScalerVersion : " 1.1.100"
7+ artifacthub.io/changes : |
8+ - kind: changed
9+ description: Bump data-plane to 1.1.100
510name : superstream
611description : Superstream Official Helm chart
712home : https://superstream.ai
You can’t perform that action at this time.
0 commit comments