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 4623afc commit 25153a0Copy full SHA for 25153a0
.github/workflows/release.yaml
@@ -100,7 +100,7 @@ jobs:
100
]
101
}
102
- name: setup semantic-release
103
- run: npm i
+ run: npm install --legacy-peer-deps
104
- name: release dry-run
105
env:
106
SLACK_WEBHOOK: ${{ secrets.SLACK_SEMANTIC_RELEASE_WEBHOOK }}
@@ -240,7 +240,7 @@ jobs:
240
241
242
243
244
- name: Release
245
246
SLACK_WEBHOOK: ${{ secrets.SLACK_OBSERVABILITY_RELEASE_WEBHOOK }}
0 commit comments