Skip to content

Commit ca82870

Browse files
committed
wip: ci/publish actions
1 parent 85d9ed4 commit ca82870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
cargo login ${{ secrets.CARGO_TOKEN }}
5353
cargo publish --manifest-path pyroscope_backends/pyroscope_pprofrs/Cargo.toml
54-
publish-pyroscope:
54+
publish-rbspy:
5555
name: "Backend: rbspy"
5656
runs-on: ubuntu-latest
5757
if: "startsWith(github.event.release.tag_name, 'rbspy-')"
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
cargo login ${{ secrets.CARGO_TOKEN }}
6868
cargo publish --manifest-path pyroscope_backends/pyroscope_rbspy/Cargo.toml
69-
publish-pyroscope:
69+
publish-pyspy:
7070
name: "Backend: pyspy"
7171
runs-on: ubuntu-latest
7272
if: "startsWith(github.event.release.tag_name, 'pyspy-')"

0 commit comments

Comments
 (0)