Skip to content

Commit 85d9ed4

Browse files
committed
wip: action yaml typos
1 parent 8c9786c commit 85d9ed4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cargo login ${{ secrets.CARGO_TOKEN }}
3838
cargo publish --manifest-path pyroscope_cli/Cargo.toml
3939
publish-pprofrs:
40-
name: Backend: pprofrs
40+
name: "Backend: pprofrs"
4141
runs-on: ubuntu-latest
4242
if: "startsWith(github.event.release.tag_name, 'pprofrs-')"
4343
steps:
@@ -52,7 +52,7 @@ jobs:
5252
cargo login ${{ secrets.CARGO_TOKEN }}
5353
cargo publish --manifest-path pyroscope_backends/pyroscope_pprofrs/Cargo.toml
5454
publish-pyroscope:
55-
name: Backend: rbspy
55+
name: "Backend: rbspy"
5656
runs-on: ubuntu-latest
5757
if: "startsWith(github.event.release.tag_name, 'rbspy-')"
5858
steps:
@@ -67,7 +67,7 @@ jobs:
6767
cargo login ${{ secrets.CARGO_TOKEN }}
6868
cargo publish --manifest-path pyroscope_backends/pyroscope_rbspy/Cargo.toml
6969
publish-pyroscope:
70-
name: Backend: pyspy
70+
name: "Backend: pyspy"
7171
runs-on: ubuntu-latest
7272
if: "startsWith(github.event.release.tag_name, 'pyspy-')"
7373
steps:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
asset_name: "pyroscope-cli"
121121
asset_content_type: application/octet-stream
122122
pprofrs-release:
123-
name: pyroscope-main
123+
name: pyroscope-pprofrs
124124
runs-on: ubuntu-latest
125125
if: "startsWith(github.ref, 'refs/tags/pprofrs-')"
126126
continue-on-error: true
@@ -133,7 +133,7 @@ jobs:
133133
draft: true
134134
prerelease: false
135135
rbspy-release:
136-
name: pyroscope-main
136+
name: pyroscope-rbspy
137137
runs-on: ubuntu-latest
138138
if: "startsWith(github.ref, 'refs/tags/rbspy-')"
139139
continue-on-error: true
@@ -146,7 +146,7 @@ jobs:
146146
draft: true
147147
prerelease: false
148148
pyspy-release:
149-
name: pyroscope-main
149+
name: pyroscope-pyspy
150150
runs-on: ubuntu-latest
151151
if: "startsWith(github.ref, 'refs/tags/pyspy-')"
152152
continue-on-error: true

0 commit comments

Comments
 (0)