Skip to content

Commit

Permalink
add slack notifications to release workflow (#5751)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Jun 17, 2024
1 parent b2d6bba commit bd3a859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,11 @@ jobs:
if: ${{ ! contains(inputs.skip_step, 'github-release') }}
name: Publish release to GitHub
runs-on: ubuntu-22.04
needs: [variables, binaries, release-oss, release-plus]
needs: [variables, binaries, release-oss, release-plus, azure-upload]
permissions:
contents: write # to modify the release
issues: write # to close milestone
actions: read # for slack notification
steps:
- name: Checkout Repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Expand Down

0 comments on commit bd3a859

Please sign in to comment.