Skip to content

Commit

Permalink
Revert "ci: add slack release notification (#2497)"
Browse files Browse the repository at this point in the history
This reverts commit e95c379.
  • Loading branch information
cbron committed Feb 19, 2025
1 parent 9cac4df commit 5cb73aa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,3 @@ jobs:
CHART_MUSEUM_URL: "https://charts.loft.sh/"
CHART_MUSEUM_USER: ${{ secrets.CHART_MUSEUM_USER }}
CHART_MUSEUM_PASSWORD: ${{ secrets.CHART_MUSEUM_PASSWORD }}
# The workflow will only trigger on non-draft releases
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release
notify_release:
needs:
- get_version
runs-on: ubuntu-22.04
steps:
- name: Notify \#product-releases Slack channel
uses: loft-sh/github-actions/.github/actions/release-notification@v1
with:
version: ${{ needs.get_version.outputs.version }}
previous_tag: ${{ needs.get_version.outputs.previous_stable_version }}
target_repo: 'loft-sh/vcluster'
product: 'vCluster'
webhook_url: ${{ secrets.SLACK_WEBHOOK_URL_PRODUCT_RELEASES }}

0 comments on commit 5cb73aa

Please sign in to comment.