Skip to content

Commit f43abfc

Browse files
feat(releaser): pass signoz project name for releaser
Signed-off-by: Prashant Shahi <[email protected]>
1 parent 2897414 commit f43abfc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/releaser.yaml .github/workflows/releaser-signoz.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: releaser
1+
name: releaser-signoz
22

33
on:
44
# schedule every wednesday 9:30 AM UTC (3pm IST)
@@ -18,9 +18,10 @@ on:
1818
- 'major'
1919

2020
jobs:
21-
releaser:
22-
uses: signoz/primus.workflows/.github/workflows/releaser-signoz.yaml@main
21+
signoz:
22+
uses: signoz/primus.workflows/.github/workflows/releaser.yaml@main
2323
secrets: inherit
2424
with:
2525
PRIMUS_REF: main
26+
PROJECT_NAME: signoz
2627
RELEASE_TYPE: ${{ inputs.release_type || 'minor' }}

0 commit comments

Comments
 (0)