Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Oct 6, 2024
1 parent 9e8b043 commit 72412e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Set Package Versions to current tag
# run: sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/ts/deno.json \
# && sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/rust/Cargo.toml
run: sed -i "s/__PACKAGE_VERSION__/2.5.6/g" ./packages/ts/deno.json \
&& sed -i "s/__PACKAGE_VERSION__/2.5.6/g" ./packages/rust/Cargo.toml
run: |
sed -i "s/__PACKAGE_VERSION__/2.5.6/g" packages/ts/deno.json
sed -i "s/__PACKAGE_VERSION__/2.5.6/g" packages/rust/Cargo.toml
- name: Setup Buf
uses: bufbuild/buf-setup-action@main
with:
Expand Down

0 comments on commit 72412e7

Please sign in to comment.