|
10 | 10 | name: pyroscope-main |
11 | 11 | runs-on: ubuntu-latest |
12 | 12 | if: "startsWith(github.ref, 'refs/tags/lib-')" |
13 | | - continue-on-error: true |
| 13 | + continue-on-error: false |
| 14 | + permissions: |
| 15 | + contents: write |
14 | 16 | steps: |
15 | 17 | - uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" # v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained |
16 | 18 | with: |
|
25 | 27 | if: "startsWith(github.ref, 'refs/tags/cli-')" |
26 | 28 | outputs: |
27 | 29 | upload_url: ${{ steps.auto-release.outputs.upload_url }} |
| 30 | + permissions: |
| 31 | + contents: write |
28 | 32 | steps: |
29 | 33 | - id: auto-release |
30 | 34 | uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" # v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained |
|
63 | 67 | name: pyroscope-pprofrs |
64 | 68 | runs-on: ubuntu-latest |
65 | 69 | if: "startsWith(github.ref, 'refs/tags/pprofrs-')" |
66 | | - continue-on-error: true |
| 70 | + continue-on-error: false |
| 71 | + permissions: |
| 72 | + contents: write |
67 | 73 | steps: |
68 | 74 | - uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" # v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained |
69 | 75 | with: |
|
76 | 82 | name: pyroscope-rbspy |
77 | 83 | runs-on: ubuntu-latest |
78 | 84 | if: "startsWith(github.ref, 'refs/tags/rbspy-')" |
79 | | - continue-on-error: true |
| 85 | + continue-on-error: false |
| 86 | + permissions: |
| 87 | + contents: write |
80 | 88 | steps: |
81 | 89 | - uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" # v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained |
82 | 90 | with: |
|
89 | 97 | name: pyroscope-pyspy |
90 | 98 | runs-on: ubuntu-latest |
91 | 99 | if: "startsWith(github.ref, 'refs/tags/pyspy-')" |
92 | | - continue-on-error: true |
| 100 | + continue-on-error: false |
| 101 | + permissions: |
| 102 | + contents: write |
93 | 103 | steps: |
94 | 104 | - uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" # v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained |
95 | 105 | with: |
@@ -220,7 +230,9 @@ jobs: |
220 | 230 | name: Python Package |
221 | 231 | runs-on: ubuntu-latest |
222 | 232 | if: "startsWith(github.ref, 'refs/tags/python-')" |
223 | | - continue-on-error: true |
| 233 | + continue-on-error: false |
| 234 | + permissions: |
| 235 | + contents: write |
224 | 236 | outputs: |
225 | 237 | upload_url: ${{ steps.auto-release.outputs.upload_url }} |
226 | 238 | steps: |
@@ -358,7 +370,9 @@ jobs: |
358 | 370 | name: Ruby Gem |
359 | 371 | runs-on: ubuntu-latest |
360 | 372 | if: "startsWith(github.ref, 'refs/tags/ruby-')" |
361 | | - continue-on-error: true |
| 373 | + continue-on-error: false |
| 374 | + permissions: |
| 375 | + contents: write |
362 | 376 | outputs: |
363 | 377 | upload_url: ${{ steps.auto-release.outputs.upload_url }} |
364 | 378 | steps: |
|
0 commit comments