We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d2218 commit 2c920d7Copy full SHA for 2c920d7
.github/workflows/cloud-release-docs.yml
@@ -1,4 +1,4 @@
1
-name: Publish Version Dispatcher
+name: Publish Meshery Cloud Version Dispatcher
2
on:
3
workflow_dispatch:
4
@@ -38,6 +38,7 @@ jobs:
38
run: |
39
echo ${{ steps.meshery-cloud.outputs.release_tag }} > build/meshery-cloud.version
40
- name: Commit changes
41
+ if: steps.meshery-cloud.outputs.current_tag != steps.meshery-cloud.outputs.release_tag
42
uses: stefanzweifel/git-auto-commit-action@v5
43
with:
44
commit_message: "Release Notes Meshery Cloud version ${{ steps.meshery-cloud.outputs.release_tag }}"
0 commit comments