Skip to content

Commit 3e8ecd1

Browse files
committed
prepare pprofrs-0.2.10
1 parent c81fcf9 commit 3e8ecd1

File tree

3 files changed

+68
-69
lines changed

3 files changed

+68
-69
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
with:
4949
toolchain: 1.85.0
5050
- name: publish pprofrs crate
51-
continue-on-error: true
51+
continue-on-error: false
5252
run: |
53+
set -ex
5354
cargo login ${{ secrets.CARGO_TOKEN }}
5455
cargo publish --manifest-path pyroscope_backends/pyroscope_pprofrs/Cargo.toml
5556
publish-rbspy:

0 commit comments

Comments
 (0)