We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d251b01 commit 9ff99e6Copy full SHA for 9ff99e6
.github/workflows/ci.yml
@@ -111,8 +111,8 @@ jobs:
111
echo "📦 Plugin Artifact Signing Parameters"
112
echo "===================================="
113
114
- # Extract plugin version from plugin.json
115
- PLUGIN_VERSION=$(jq -r '.version' plugin.json)
+ # Extract plugin version using manifest tool (handles git versioning)
+ PLUGIN_VERSION=$(build/bin/manifest version)
116
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
117
118
echo ""
0 commit comments