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 0ed1933 commit acfdd46Copy full SHA for acfdd46
.github/workflows/release.yml
@@ -3,6 +3,8 @@ name: release
3
on:
4
release:
5
types: [created]
6
+on:
7
+ pull_request:
8
9
jobs:
10
release-crate:
@@ -12,8 +14,7 @@ jobs:
12
14
- uses: ./.github/actions/asdf
13
15
with:
16
rust: true
- - run: cargo publish --token '${{ secrets.CRATES_TOKEN }}'
- working-directory: bindings/rust
17
+ - run: cd bindings/rust && cargo publish --token '${{ secrets.CRATES_TOKEN }}'
18
19
build-go-binaries:
20
runs-on: ubuntu-latest
0 commit comments