Skip to content

Commit

Permalink
chore: publish interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 16, 2023
1 parent 09c1e47 commit 26f3723
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packages/helia":"1.3.12",
"packages/interface":"1.2.2"
}
"packages/interface":"1.2.2",
"packages/interop":"0.0.0"
}
3 changes: 1 addition & 2 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@
"./dist/test/fixtures/create-helia.js": "./dist/test/fixtures/create-helia.browser.js",
"./dist/test/fixtures/create-kubo.js": "./dist/test/fixtures/create-kubo.browser.js",
"go-ipfs": false
},
"private": true
}
}
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"group-pull-request-title-pattern": "chore: release ${component}",
"packages": {
"packages/helia": {},
"packages/interface": {}
"packages/interface": {},
"packages/interop": {}
},
"bootstrap-sha": "51417df2e39097a1e6f276938a1090fe2f46143a",
"last-release-sha": "b3dbe877260399e6340541fabe9a98771b46af20",
Expand Down

0 comments on commit 26f3723

Please sign in to comment.