Skip to content

Commit

Permalink
fix version extracton
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Jul 19, 2024
1 parent 9713ccc commit 238e675
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
if [[ $GITHUB_REF == refs/tags/v* ]]; then
echo "running tag version extract"
echo "plugin_version=${GITHUB_REF_NAME}" | tee -a "$GITHUB_OUTPUT"
echo "plugin_version=${GITHUB_REF_NAME#refs/tags/v}" | tee -a "$GITHUB_OUTPUT"
echo "plugin_prerelease=false" | tee -a "$GITHUB_OUTPUT"
elif [[ $GITHUB_REF == refs/head/main ]]; then
echo "running main version extract from file"
Expand Down
2 changes: 1 addition & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: antivirus, security, vaas, malware, malicious
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.1
Stable tag: 0.0.1
Stable tag: 1.2.3
License: GNU General Public License v3.0
License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "gdatacyberdefenseag/gdata-antivirus",
"version": "1.2.3",
"autoload": {
"psr-4": {
"Gdatacyberdefenseag\\GdataAntivirus\\": "."
Expand Down
2 changes: 1 addition & 1 deletion gdata-antivirus.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @wordpress-plugin
* Plugin Name: G DATA Antivirus
* Version: 0.0.1
* Version: 1.2.3
* Requires at least: 6.2
* Tested up to: 6.6
* Requires PHP: 8.1
Expand Down

0 comments on commit 238e675

Please sign in to comment.