We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dabf5 commit dcacfc5Copy full SHA for dcacfc5
.github/workflows/release.yml
@@ -132,15 +132,21 @@ jobs:
132
publish-crates:
133
name: Publish crates.io
134
runs-on: ubuntu-latest
135
- defaults:
136
- run:
137
- working-directory: ./rust/flatbuffers
138
steps:
139
- uses: actions/checkout@v3
140
- uses: actions-rs/toolchain@v1
141
with:
142
toolchain: stable
143
override: true
+
+ - name: Publish Flatbuffers
+ - uses: katyo/publish-crates@v2
144
+ with:
145
+ path: .rust/flatbuffers
146
+ registry-token: ${{ secrets.CARGO_TOKEN }}
147
148
+ - name: Publish Flexbuffers
149
- uses: katyo/publish-crates@v2
150
151
+ path: .rust/flexbuffers
152
registry-token: ${{ secrets.CARGO_TOKEN }}
0 commit comments