Skip to content

Commit

Permalink
NO-JIRA fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jCOTINEAU committed Jul 27, 2023
1 parent 69fff1f commit 51deedc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/release.yml
@@ -1,23 +1,13 @@
name: Release
# This workflow is triggered when publishing a GitHub release
on:
release:
types:
- published
push: {}

jobs:
release:
permissions:
id-token: write
contents: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@28c15313f2bb2ee0cb67ba48cc008c2391851b81 # 5.0.1
with:
publishToBinaries: true
mavenCentralSync: true
slackChannel: team-sonarqube-build
release_docker:
permissions:
id-token: write
contents: write
runs-on: ubuntu-latest
name: Start Docker release process
needs: release
Expand Down

0 comments on commit 51deedc

Please sign in to comment.