File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11name : Publish
22
33on :
4- push :
5- branches : [main]
4+ workflow_dispatch :
65
76concurrency : ${{ github.workflow }}-${{ github.ref }}
87
98permissions :
109 contents : write
11- id-token : write
1210 pull-requests : write
1311
1412jobs :
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"
You can’t perform that action at this time.
0 commit comments