File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - 1.x
7- - 0.x
87 workflow_dispatch :
98
109jobs :
@@ -84,22 +83,13 @@ jobs:
8483 uses : oven-sh/setup-bun@v2
8584
8685 - name : Install dependencies
87- run : bun install --frozen-lockfile
86+ run : bun install
8887
8988 - name : Build package
9089 run : bun run build
9190
9291 - name : Publish to npm
93- run : |
94- # strip “refs/heads/” prefix
95- BRANCH=${GITHUB_REF#refs/heads/}
96- if [[ "$BRANCH" == "1.x" ]]; then
97- echo "Publishing to npm under the 'beta' tag"
98- bun publish --tag beta
99- else
100- echo "Publishing to npm under the 'latest' tag"
101- bun publish
102- fi
92+ run : bun publish
10393 env :
10494 NPM_CONFIG_TOKEN : ${{ secrets.NPM_TOKEN }}
10595
Original file line number Diff line number Diff line change 6262 "gitHead" : " 646c632924826e2b75c2304a75ee56959fe4a460" ,
6363 "repository" : {
6464 "type" : " git" ,
65- "url" : " https://github.com/elizaos-plugins/plugin-evm.git"
65+ "url" : " git+ https://github.com/elizaos-plugins/plugin-evm.git"
6666 }
6767}
You can’t perform that action at this time.
0 commit comments