Skip to content

Commit 0a79c13

Browse files
authored
Merge pull request #41 from codeboxrcodehub/dev
wtf5
2 parents 7f26407 + c4c5152 commit 0a79c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
run: |
4141
changelog_section_start="== Changelog =="
4242
readme_file="$readme_file"
43-
plugin_version="${{ github.ref_name }}" # Assuming the tag is the version
43+
#plugin_version="${{ github.ref_name }}" # Assuming the tag is the version
44+
plugin_version="${GITHUB_REF#refs/tags/}"
4445
4546
echo "DEBUG: Plugin latest version found $plugin_version."
4647

0 commit comments

Comments
 (0)