Skip to content

Commit 31a06e1

Browse files
committed
bump package version
1 parent 99486d9 commit 31a06e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
# run: sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/ts/deno.json \
2020
# && sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/rust/Cargo.toml
2121
run: |
22-
sed -i "s/__PACKAGE_VERSION__/2.5.9/g" packages/ts/deno.json
23-
sed -i "s/__PACKAGE_VERSION__/2.5.9/g" packages/rust/Cargo.toml
22+
sed -i "s/__PACKAGE_VERSION__/2.6.0/g" packages/ts/deno.json
23+
sed -i "s/__PACKAGE_VERSION__/2.6.0/g" packages/rust/Cargo.toml
2424
- name: Setup Buf
2525
uses: bufbuild/buf-setup-action@main
2626
with:

0 commit comments

Comments
 (0)