Skip to content

Commit

Permalink
build: fix manifest (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Jun 25, 2024
1 parent 8b98989 commit 198b0b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
release-type: node
target-branch: main
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"last-release-sha": "ae3f6e4b4989b9e9eca7373c9b59ca9f18e04a3b",
"packages": {
".": {}
}
}

0 comments on commit 198b0b6

Please sign in to comment.