Skip to content

Commit 28f7c39

Browse files
committed
Bump to 2.6.2
1 parent 31a06e1 commit 28f7c39

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.6.0/g" packages/ts/deno.json
23-
sed -i "s/__PACKAGE_VERSION__/2.6.0/g" packages/rust/Cargo.toml
22+
sed -i "s/__PACKAGE_VERSION__/2.6.2/g" packages/ts/deno.json
23+
sed -i "s/__PACKAGE_VERSION__/2.6.2/g" packages/rust/Cargo.toml
2424
- name: Setup Buf
2525
uses: bufbuild/buf-setup-action@main
2626
with:

0 commit comments

Comments
 (0)