Skip to content

Commit e055f20

Browse files
zgliczclaude
andauthored
Update release workflows slack channel and remove draft flag (#6233)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 84432af commit e055f20

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/automated-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
release-automation-secret-name: "SonarJS-release-automation"
6464
verbose: true
6565
use-jira-sandbox: false
66-
is-draft-release: true
6766

6867
bump_versions:
6968
name: Bump versions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
path: coverage/java
182182
key: java-coverage-${{ github.sha }}
183183
- name: Build, test and deploy Maven artifacts
184-
run: mvn deploy -Pdeploy-sonarsource,coverage,coverage-report -T1C
184+
run: mvn deploy -Pdeploy-sonarsource,coverage,coverage-report,sign,release -T1C
185185
env:
186186
ARTIFACTORY_DEPLOY_USERNAME: ${{ fromJSON(steps.deployer-secrets.outputs.vault).ARTIFACTORY_DEPLOY_USERNAME }}
187187
ARTIFACTORY_DEPLOY_PASSWORD: ${{ fromJSON(steps.deployer-secrets.outputs.vault).ARTIFACTORY_DEPLOY_ACCESS_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
publishToBinaries: true
3333
mavenCentralSync: true
34-
slackChannel: squad-web
34+
slackChannel: ask-squad-web
3535
version: ${{ inputs.version || github.event.release.tag_name }}
3636
releaseId: ${{ inputs.releaseId || github.event.release.id }}
3737
dryRun: ${{ inputs.dryRun == true }}

0 commit comments

Comments
 (0)