Skip to content

Commit

Permalink
I guess this would be 2.5.9 now?
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Oct 29, 2024
1 parent 0291247 commit 8e3799b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
# 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.7/g" packages/ts/deno.json
sed -i "s/__PACKAGE_VERSION__/2.5.7/g" packages/rust/Cargo.toml
sed -i "s/__PACKAGE_VERSION__/2.5.9/g" packages/ts/deno.json
sed -i "s/__PACKAGE_VERSION__/2.5.9/g" packages/rust/Cargo.toml
- name: Setup Buf
uses: bufbuild/buf-setup-action@main
with:
Expand Down Expand Up @@ -82,5 +82,5 @@ jobs:
- name: Publish to crates.io
uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_TOKEN }}
ignore-unpublished-changes: true
registry-token: ${{ secrets.CARGO_TOKEN }}
ignore-unpublished-changes: true

0 comments on commit 8e3799b

Please sign in to comment.