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 c143e33 commit 47cc17aCopy full SHA for 47cc17a
.github/workflows/release.yaml
@@ -170,7 +170,7 @@ jobs:
170
171
# Release Comments
172
- name: Publish Release Comments
173
- if: ${{ github.event.inputs.release_type == 'stable' }} || ${{ github.event.inputs.release_type == 'rc'}}
+ if: ${{ github.event.inputs.release_type == 'stable' || github.event.inputs.release_type == 'rc' }}
174
uses: actions/github-script@v7
175
env:
176
NODE_OPTIONS: '--max-old-space-size=12096'
0 commit comments