We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde9121 commit d054f13Copy full SHA for d054f13
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: changesets/action@v1
35
with:
36
commit: 'chore(release): bump HyperDX app/package versions'
37
- title: 'chore(release): bump HyperDX app/package versions'
+ title: 'Release HyperDX'
38
version: yarn run version
39
publish: yarn release
40
env:
@@ -84,6 +84,7 @@ jobs:
84
85
app-id: ${{ secrets.DOWNSTREAM_CH_APP_ID }}
86
private-key: ${{ secrets.DOWNSTREAM_CH_APP_PRIVATE_KEY }}
87
+ owner: ${{ secrets.DOWNSTREAM_CH_OWNER }}
88
- name: Notify Downstream
89
if:
90
needs.publish_common_utils.outputs.changeset_outputs_hasChangesets ==
0 commit comments