Skip to content

Commit fbf8fcc

Browse files
Remove releasability for testing
1 parent 83b78d4 commit fbf8fcc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/automated-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ jobs:
208208
with:
209209
branch: ${{ inputs.branch }}
210210

211-
- uses: SonarSource/gh-action_releasability@v3
212-
id: releasability
213-
with:
214-
branch: ${{ inputs.branch }}
215-
commit-sha: ${{ github.sha }}
216-
organization: ${{ github.repository_owner }}
217-
repository: ${{ github.event.repository.name }}
218-
version: ${{ steps.get-version.outputs.release-version }}
211+
# - uses: SonarSource/gh-action_releasability@v3
212+
# id: releasability
213+
# with:
214+
# branch: ${{ inputs.branch }}
215+
# commit-sha: ${{ github.sha }}
216+
# organization: ${{ github.repository_owner }}
217+
# repository: ${{ github.event.repository.name }}
218+
# version: ${{ steps.get-version.outputs.release-version }}
219219

220220
- name: Summary
221221
if: ${{ always() && inputs.verbose }}

0 commit comments

Comments
 (0)