mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Update release.yml
Remove extra -
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -140,13 +140,13 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Publish Flatbuffers
|
||||
- uses: katyo/publish-crates@v2
|
||||
uses: katyo/publish-crates@v2
|
||||
with:
|
||||
path: .rust/flatbuffers
|
||||
registry-token: ${{ secrets.CARGO_TOKEN }}
|
||||
|
||||
- name: Publish Flexbuffers
|
||||
- uses: katyo/publish-crates@v2
|
||||
uses: katyo/publish-crates@v2
|
||||
with:
|
||||
path: .rust/flexbuffers
|
||||
registry-token: ${{ secrets.CARGO_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user