Skip to content

Commit

Permalink
Dat 18326 jandro (#248)
Browse files Browse the repository at this point in the history
* 🔧 (create-release.yml): add support for running Sonar scan by introducing a new 'sonar' input parameter with a default value of true

* ✨ (extension-attach-artifact-release.yml): add 'if: always()' condition to ensure the 'attach-to-release' job always runs, regardless of previous job outcomes.
  • Loading branch information
jandroav committed Aug 19, 2024
1 parent b0c5bae commit cc04f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/extension-attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
/tmp/combined/${{needs.build-multi-architecture.outputs.artifact_id}}-${{needs.build-multi-architecture.outputs.artifact_version}}.pom
attach-to-release:
if: always()
name: Attach Artifact to Release
needs: [ combineJars ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc04f29

Please sign in to comment.