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 4606b3f commit 684b139Copy full SHA for 684b139
.github/workflows/release.yaml
@@ -93,7 +93,7 @@ jobs:
93
retention-days: 1
94
if-no-files-found: error
95
- name: setup semantic-release
96
- run: npm i
+ run: npm install --legacy-peer-deps
97
- name: release dry-run
98
env:
99
SLACK_WEBHOOK: ${{ secrets.SLACK_SEMANTIC_RELEASE_WEBHOOK }}
@@ -136,7 +136,7 @@ jobs:
136
with:
137
name: semantic-release-artifacts
138
139
140
- name: Release
141
142
SLACK_WEBHOOK: ${{ secrets.SLACK_OBSERVABILITY_RELEASE_WEBHOOK }}
0 commit comments