Skip to content

Commit 2c920d7

Browse files
committed
ci(cloud-release): rename and add check for commit
Signed-off-by: jerensl <[email protected]>
1 parent 42d2218 commit 2c920d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
echo ${{ steps.meshery-cloud.outputs.release_tag }} > build/meshery-cloud.version
4040
- name: Commit changes
41+
if: steps.meshery-cloud.outputs.current_tag != steps.meshery-cloud.outputs.release_tag
4142
uses: stefanzweifel/git-auto-commit-action@v5
4243
with:
4344
commit_message: "Release Notes Meshery Cloud version ${{ steps.meshery-cloud.outputs.release_tag }}"

0 commit comments

Comments
 (0)