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 491d066 commit 80e77d5Copy full SHA for 80e77d5
.github/workflows/deploy.yml
@@ -41,6 +41,8 @@ jobs:
41
changelog_section_start="== Changelog =="
42
readme_file="$readme_file"
43
plugin_version="${{ github.ref_name }}" # Assuming the tag is the version
44
+
45
+ echo "DEBUG: Plugin latest version found $plugin_version."
46
47
in_changelog=0
48
found_version=0
0 commit comments