We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a06e1 commit 28f7c39Copy full SHA for 28f7c39
1 file changed
.github/workflows/publish.yml
@@ -19,8 +19,8 @@ jobs:
19
# run: sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/ts/deno.json \
20
# && sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/rust/Cargo.toml
21
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
+ sed -i "s/__PACKAGE_VERSION__/2.6.2/g" packages/ts/deno.json
+ sed -i "s/__PACKAGE_VERSION__/2.6.2/g" packages/rust/Cargo.toml
24
- name: Setup Buf
25
uses: bufbuild/buf-setup-action@main
26
with:
0 commit comments