Skip to content

Commit

Permalink
ci: use single-package release-please configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Oct 31, 2021
1 parent 9a9b5a4 commit 97eda6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
command: manifest
release-type: node
package-name: release-please-action
3 changes: 0 additions & 3 deletions .release-please-manifest.json

This file was deleted.

4 changes: 1 addition & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"packages": {
".": {}
}
"bootstrap-sha": "15b56b36decf94f243aa10da757db6432c645473"
}

0 comments on commit 97eda6e

Please sign in to comment.