Skip to content

Commit 9ff99e6

Browse files
stafotagarciamontoro
authored andcommitted
Add manual artifacts CI sign for plugins - fixes
Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
1 parent d251b01 commit 9ff99e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
echo "📦 Plugin Artifact Signing Parameters"
112112
echo "===================================="
113113
114-
# Extract plugin version from plugin.json
115-
PLUGIN_VERSION=$(jq -r '.version' plugin.json)
114+
# Extract plugin version using manifest tool (handles git versioning)
115+
PLUGIN_VERSION=$(build/bin/manifest version)
116116
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
117117
118118
echo ""

0 commit comments

Comments
 (0)