diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ac3fae090..d7935f5c75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,11 +16,8 @@ jobs: - name: LT release id: lt_release with: - distribute: true publish_to_binaries: true - attach_artifacts_to_github_release: true - run_rules_cov: true - slack_channel: team-lang-php + slack_channel: team-lang-phpy-notifs env: ARTIFACTORY_API_KEY: ${{ secrets.ARTIFACTORY_API_KEY }} BURGRX_USER: ${{ secrets.BURGRX_USER }} @@ -32,7 +29,7 @@ jobs: RELEASE_SSH_KEY: ${{ secrets.RELEASE_SSH_KEY }} SLACK_API_TOKEN: ${{secrets.SLACK_API_TOKEN }} # Put your action repo here - uses: SonarSource/gh-action_release/main@v3 + uses: SonarSource/gh-action_release/main@v4 - name: Check outputs if: always() @@ -60,14 +57,14 @@ jobs: id: local_repo run: echo ::set-output name=dir::"$(mktemp -d repo.XXXXXXXX)" - name: Download Artifacts - uses: SonarSource/gh-action_release/download-build@v3 + uses: SonarSource/gh-action_release/download-build@v4 with: build-number: ${{ steps.get_version.outputs.build }} local-repo-dir: ${{ steps.local_repo.outputs.dir }} - name: Maven Central Sync id: maven-central-sync continue-on-error: true - uses: SonarSource/gh-action_release/maven-central-sync@v3 + uses: SonarSource/gh-action_release/maven-central-sync@v4 with: local-repo-dir: ${{ steps.local_repo.outputs.dir }} env: