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 442e8c7Copy full SHA for 442e8c7
.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,9 @@ jobs:
12
15
- uses: ./.github/actions/asdf
13
16
with:
14
17
rust: true
- - run: cargo publish --token '${{ secrets.CRATES_TOKEN }}'
18
+ - run: readlink Readme.md
19
working-directory: bindings/rust
20
+ - run: cd bindings/rust && cargo publish --token '${{ secrets.CRATES_TOKEN }}'
21
22
build-go-binaries:
23
runs-on: ubuntu-latest
0 commit comments