diff --git a/.github/workflows/release-please.yml b/.github/workflows/release.yml similarity index 87% rename from .github/workflows/release-please.yml rename to .github/workflows/release.yml index 55fd777..51744a3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release Please +name: Release on: push: @@ -36,10 +36,6 @@ jobs: registry-url: https://registry.npmjs.org - name: Publish plugin run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish skill package working-directory: packages/skill run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}