Skip to content

Commit 3788480

Browse files
committed
updated publish settings
1 parent 7f3462f commit 3788480

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.changeset/config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["@agent-inspect/core", "@agent-inspect/cli"]
10+
"ignore": [
11+
"@agent-inspect/core",
12+
"@agent-inspect/cli",
13+
"agent-inspect-example-*",
14+
"agent-inspect-recipe-*"
15+
]
1116
}

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Publish
22

33
on:
4-
push:
5-
branches: [main]
4+
workflow_dispatch:
65

76
concurrency: ${{ github.workflow }}-${{ github.ref }}
87

98
permissions:
109
contents: write
11-
id-token: write
1210
pull-requests: write
1311

1412
jobs:
@@ -42,10 +40,7 @@ jobs:
4240
# - GitHub owner: rajudandigam
4341
# - Repository: agent-inspect
4442
# - Workflow filename: publish.yml
45-
- name: Create Release PR or Publish
43+
- name: Create Release PR
4644
uses: changesets/action@v1
47-
with:
48-
publish: pnpm run release
4945
env:
5046
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
NPM_CONFIG_PROVENANCE: "true"

0 commit comments

Comments
 (0)