Skip to content

Commit d054f13

Browse files
committed
fix: specify owner for notify step + update PR title
1 parent bde9121 commit d054f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: changesets/action@v1
3535
with:
3636
commit: 'chore(release): bump HyperDX app/package versions'
37-
title: 'chore(release): bump HyperDX app/package versions'
37+
title: 'Release HyperDX'
3838
version: yarn run version
3939
publish: yarn release
4040
env:
@@ -84,6 +84,7 @@ jobs:
8484
with:
8585
app-id: ${{ secrets.DOWNSTREAM_CH_APP_ID }}
8686
private-key: ${{ secrets.DOWNSTREAM_CH_APP_PRIVATE_KEY }}
87+
owner: ${{ secrets.DOWNSTREAM_CH_OWNER }}
8788
- name: Notify Downstream
8889
if:
8990
needs.publish_common_utils.outputs.changeset_outputs_hasChangesets ==

0 commit comments

Comments
 (0)