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 9318306 commit 393c531Copy full SHA for 393c531
.github/workflows/auto-tag-new-version.yml
@@ -3,7 +3,7 @@ name: "Automatically tag new version"
3
on:
4
push:
5
branches:
6
- - "main"
+ - "master"
7
paths:
8
- "setup.php"
9
setup.php
@@ -80,6 +80,7 @@ function plugin_init_addressing()
80
}
81
82
83
+
84
// Get the name and the version of the plugin - Needed
85
function plugin_version_addressing()
86
{
0 commit comments