Skip to content

Commit

Permalink
Update release workflow (#926)
Browse files Browse the repository at this point in the history
* Update release workflow

* Change slack channel
  • Loading branch information
nils-werner-sonarsource authored Jan 24, 2022
1 parent c2a3522 commit 68787fc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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()
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 68787fc

Please sign in to comment.