Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #58 from netlify/mk/release-please
Browse files Browse the repository at this point in the history
ci: fix release-please config
  • Loading branch information
kodiakhq[bot] authored Aug 9, 2022
2 parents 48cb1b3 + 9eace98 commit ab95b46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
- name: Install dependencies
run: CI=1 npm ci
working-directory: plugin
working-directory: packages/platform
if: ${{ steps.release.outputs.releases_created }}
- run: npm publish
working-directory: plugin
working-directory: packages/platform
if: ${{ steps.release.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugin": "1.1.0"
"packages/platform": "1.1.0"
}
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bootstrap-sha": "4642ac630bab247086a61b478922f487ea8a5aef",
"packages": {
"plugin": {}
"packages/platform": {}
}
}

0 comments on commit ab95b46

Please sign in to comment.