Skip to content

Commit

Permalink
BRE-40 ADD: step to report upcoming release version to Slack (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
urbinaalex17 committed May 21, 2024
1 parent dede587 commit d1d4f53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,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 }}
Expand Down

0 comments on commit d1d4f53

Please sign in to comment.