Skip to content

Commit 8942a7c

Browse files
committed
Merge branch '1.x' into pr-7
2 parents 9a92fae + 1349632 commit 8942a7c

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/npm-deploy.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 1.x
7-
- 0.x
87
workflow_dispatch:
98

109
jobs:
@@ -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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
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
}

0 commit comments

Comments
 (0)