Skip to content

Commit 3146c38

Browse files
committed
ci: configure release-please with manifest
1 parent ff61c80 commit 3146c38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
release-type: node
21-
package-name: foundry-mcp-server
2221

2322
# Publish to npm if a release was created
2423
- uses: actions/checkout@v4
@@ -44,4 +43,4 @@ jobs:
4443
if: ${{ steps.release.outputs.release_created }}
4544
run: npm publish
4645
env:
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.1.0"
3+
}

0 commit comments

Comments
 (0)