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