Skip to content

Commit 7faa081

Browse files
committed
fix: update workflow names and versions for cloud and Kanvas releases
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent b6b4aa9 commit 7faa081

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/cloud-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Meshery Cloud Version Dispatcher
1+
name: Publish Cloud Version Dispatcher
22
on:
33
workflow_dispatch:
44

.github/workflows/meshery-extension-release-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: Publish Meshery Extensions Version Dispatcher
1+
name: Publish Kanvas Version Dispatcher
22
on:
33
workflow_dispatch:
44

55
jobs:
66
release_notes_docs_meshery_extensions_latest:
7-
name: Release notes meshery extensions with latest version
8-
runs-on: ubuntu-22.04
7+
name: Release notes Kanvas with latest version
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
with:
1313
token: ${{ secrets.GH_ACCESS_TOKEN }}
1414
repository: layer5io/docs
15-
- name: Get Latest Meshery Extensions Release
15+
- name: Get Latest Kanvas Release
1616
id: meshery-extensions
1717
env:
1818
ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
4141
if: steps.meshery-extensions.outputs.current_tag != steps.meshery-extensions.outputs.release_tag
4242
uses: stefanzweifel/git-auto-commit-action@v5
4343
with:
44-
commit_message: "Release Notes Meshery Extension version ${{ steps.meshery-extensions.outputs.release_tag }}"
44+
commit_message: "Release Notes Kanvas version ${{ steps.meshery-extensions.outputs.release_tag }}"
4545
branch: master
4646
commit_options: "--signoff"
4747
file_pattern: 'build/meshery-extensions.version ./content/en/kanvas/reference/releases/${{ steps.meshery-extensions.outputs.release_tag }}.md'

0 commit comments

Comments
 (0)