diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55ef45f..96a2858 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,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 a0789aa..3dcac35 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-ci-generator", - "version": "0.3.0", + "version": "0.0.0", "description": "CI/CD config generator for GitHub Actions, GitLab CI, Jenkins, and CircleCI", "author": "GoCodeAlone", "license": "MIT",