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 85d9ed4 commit ca82870Copy full SHA for ca82870
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
cargo login ${{ secrets.CARGO_TOKEN }}
53
cargo publish --manifest-path pyroscope_backends/pyroscope_pprofrs/Cargo.toml
54
- publish-pyroscope:
+ publish-rbspy:
55
name: "Backend: rbspy"
56
runs-on: ubuntu-latest
57
if: "startsWith(github.event.release.tag_name, 'rbspy-')"
@@ -66,7 +66,7 @@ jobs:
66
67
68
cargo publish --manifest-path pyroscope_backends/pyroscope_rbspy/Cargo.toml
69
+ publish-pyspy:
70
name: "Backend: pyspy"
71
72
if: "startsWith(github.event.release.tag_name, 'pyspy-')"
0 commit comments