BRE-40 ADD: step to report upcoming release version to Slack

This commit is contained in:
Alex Urbina 2024-05-16 12:18:24 -06:00
parent c8d0db9f31
commit 0c45670a44
No known key found for this signature in database
GPG Key ID: BFAFE8D81FF8B38D
1 changed files with 8 additions and 0 deletions

View File

@ -257,6 +257,14 @@ jobs:
PR_NUMBER: ${{ steps.create-pr.outputs.pr_number }}
run: gh pr merge $PR_NUMBER --squash --auto --delete-branch
- name: Report upcoming release version to Slack
if: ${{ steps.version-changed.outputs.changes_to_commit == 'TRUE' }}
uses: bitwarden/gh-actions/report-upcoming-release-version@main
with:
version: ${{ steps.set-final-version-output.outputs.version }}
project: ${{ github.repository }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
cut_rc:
name: Cut RC branch
if: ${{ inputs.cut_rc_branch == true }}