diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6f711bb..a449a76 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,8 +17,6 @@ jobs: - uses: google-github-actions/release-please-action@v3 id: release with: - command: manifest - token: ${{secrets.GITHUB_TOKEN}} default-branch: main # The logic below handles the npm publication: diff --git a/release-please-config.json b/release-please-config.json index 1bab840..16a57d8 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,5 @@ { - "bootstrap-sha": "e74d425651050241d6460a7e35348ebd2f8932df", - "last-release-sha": "e74d425651050241d6460a7e35348ebd2f8932df", + "release-as": "1.0.0", "plugins": ["node-workspace"], "packages": { "packages/clangffi": {