We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4aeba00 + cdd373c commit 15fda26Copy full SHA for 15fda26
1 file changed
.github/workflows/publish.yml
@@ -20,9 +20,9 @@ jobs:
20
# && sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/ts/package.json \
21
# && sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/rust/Cargo.toml
22
run: |
23
- sed -i "s/__PACKAGE_VERSION__/2.7.0/g" packages/ts/deno.json
24
- sed -i "s/__PACKAGE_VERSION__/2.7.0/g" packages/ts/package.json
25
- sed -i "s/__PACKAGE_VERSION__/2.7.0/g" packages/rust/Cargo.toml
+ sed -i "s/__PACKAGE_VERSION__/2.7.8/g" packages/ts/deno.json
+ sed -i "s/__PACKAGE_VERSION__/2.7.8/g" packages/ts/package.json
+ sed -i "s/__PACKAGE_VERSION__/2.7.8/g" packages/rust/Cargo.toml
26
- name: Setup Buf
27
uses: bufbuild/buf-setup-action@main
28
with:
0 commit comments