You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,13 @@ name: Pre-Release
3
3
on: [ push ]
4
4
5
5
permissions:
6
-
contents: read
6
+
contents: write
7
7
8
8
jobs:
9
9
lib-release:
10
10
name: pyroscope-main
11
11
runs-on: ubuntu-latest
12
12
if: "startsWith(github.ref, 'refs/tags/lib-')"
13
-
continue-on-error: false
14
-
permissions:
15
-
contents: write
16
13
steps:
17
14
- uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"# v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"# v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained
- uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"# v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained
75
67
with:
@@ -82,9 +74,6 @@ jobs:
82
74
name: pyroscope-rbspy
83
75
runs-on: ubuntu-latest
84
76
if: "startsWith(github.ref, 'refs/tags/rbspy-')"
85
-
continue-on-error: false
86
-
permissions:
87
-
contents: write
88
77
steps:
89
78
- uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"# v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained
90
79
with:
@@ -97,9 +86,6 @@ jobs:
97
86
name: pyroscope-pyspy
98
87
runs-on: ubuntu-latest
99
88
if: "startsWith(github.ref, 'refs/tags/pyspy-')"
100
-
continue-on-error: false
101
-
permissions:
102
-
contents: write
103
89
steps:
104
90
- uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"# v1.2.1 TODO(korniltsev): get rid of this, this one is unmaintained
0 commit comments