1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01:00

BRE-87 TEST: Update version-bump workflow to use bitwarden/gh-actions/report-upcoming-release-version@task/BRE-87

This commit is contained in:
Alex Urbina 2024-05-23 09:37:05 -06:00
parent 4b00108368
commit 9e61d114c8
No known key found for this signature in database
GPG Key ID: BFAFE8D81FF8B38D

View File

@ -204,7 +204,7 @@ jobs:
- name: Report upcoming release version to Slack
if: ${{ steps.version-changed.outputs.changes_to_commit == 'TRUE' }} && ${{ inputs.enable_slack_notification == true }}
uses: bitwarden/gh-actions/report-upcoming-release-version@main
uses: bitwarden/gh-actions/report-upcoming-release-version@task/BRE-87
with:
version: ${{ steps.set-final-version-output.outputs.version }}
project: ${{ github.repository }}