Skip to content

sonar-release

sonar-release #10

Workflow file for this run

name: sonar-release
# This workflow is triggered when publishing a GitHub release
on:
release:
types:
- published
jobs:
sonar_release:
runs-on: ubuntu-latest
name: Start release process
timeout-minutes: 60
permissions:
contents: read
id-token: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5

Check failure on line 16 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / sonar-release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 16, Col: 5): Unexpected value 'uses' .github/workflows/release.yml (Line: 17, Col: 5): Unexpected value 'with'
with:
publishToBinaries: false
mavenCentralSync: true
slackChannel: team-sonarqube-build