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 80e77d5 commit c4c5152Copy full SHA for c4c5152
.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