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 c81fcf9 commit 3e8ecd1Copy full SHA for 3e8ecd1
.github/workflows/publish.yml
@@ -48,8 +48,9 @@ jobs:
48
with:
49
toolchain: 1.85.0
50
- name: publish pprofrs crate
51
- continue-on-error: true
+ continue-on-error: false
52
run: |
53
+ set -ex
54
cargo login ${{ secrets.CARGO_TOKEN }}
55
cargo publish --manifest-path pyroscope_backends/pyroscope_pprofrs/Cargo.toml
56
publish-rbspy:
0 commit comments