mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
I guess this would be 2.5.9 now?
This commit is contained in:
parent
0291247f45
commit
8e3799be5d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
|
|
@ -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:
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue