Skip to content

Commit 436fec4

Browse files
committed
fix: bring back -pyroscope suffix to release tag
1 parent d956937 commit 436fec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tag_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release linux profiler
33
on:
44
push:
55
tags:
6-
- v*
6+
- v*-pyroscope
77

88
jobs:
99
release-linux-profiler:

.github/workflows/tag_managed_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release managed helper
33
on:
44
push:
55
tags:
6-
- v0.**-pyroscope
6+
- v*-pyroscope
77

88
jobs:
99
release-managed-helper:

0 commit comments

Comments
 (0)