From 331843d5fd0c885ac25f2f4c4bb2e5b186fccaa1 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Mon, 1 Jun 2026 13:22:46 -0400 Subject: [PATCH] chore: apply plugin version discipline --- .github/workflows/release.yml | 2 ++ plugin.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97ce297..c06cb57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,8 @@ jobs: exit 0 fi "${{ runner.temp }}/wfctl-bin/wfctl" plugin verify-capabilities --binary "$BIN" . + - name: Verify shipped plugin.json carries tag (post-build) + run: "${{ runner.temp }}/wfctl-bin/wfctl plugin validate-contract --for-publish --tag ${{ github.ref_name }} --release-dir . ." - name: Publish GitHub release if: ${{ success() }} env: diff --git a/plugin.json b/plugin.json index b60e166..ac2c3a9 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-broker", - "version": "0.2.4", + "version": "0.0.0", "author": "GoCodeAlone", "description": "NATS JetStream broker module for cross-instance message delivery in workflow pipelines", "source": "github.com/GoCodeAlone/workflow-plugin-broker",