diff --git a/.github/workflows/oss-guardrails.yml b/.github/workflows/oss-guardrails.yml index 6c5af3c..44501dd 100644 --- a/.github/workflows/oss-guardrails.yml +++ b/.github/workflows/oss-guardrails.yml @@ -138,6 +138,8 @@ jobs: # check never reports and leaves the PR perpetually pending). sync-parity: name: Plugin skill sync parity + permissions: + contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/release-please-config.json b/release-please-config.json index ecdc3dc..9b99e23 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,19 +5,7 @@ "packages": { "plugins/last9": { "package-name": "last9", - "changelog-path": "CHANGELOG.md", - "extra-files": [ - { - "type": "json", - "path": "../../.claude-plugin/plugin.json", - "jsonpath": "$.version" - }, - { - "type": "json", - "path": "../../.codex-plugin/plugin.json", - "jsonpath": "$.version" - } - ] + "changelog-path": "CHANGELOG.md" }, "plugins/opencode-last9": { "package-name": "opencode-last9",