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.
2 parents 7f26407 + c4c5152 commit 0a79c13Copy full SHA for 0a79c13
.github/workflows/deploy.yml
@@ -40,7 +40,8 @@ jobs:
40
run: |
41
changelog_section_start="== Changelog =="
42
readme_file="$readme_file"
43
- plugin_version="${{ github.ref_name }}" # Assuming the tag is the version
+ #plugin_version="${{ github.ref_name }}" # Assuming the tag is the version
44
+ plugin_version="${GITHUB_REF#refs/tags/}"
45
46
echo "DEBUG: Plugin latest version found $plugin_version."
47
0 commit comments