Skip to content

Commit c1a2322

Browse files
committed
Disabled notify-slack step as it is currently malfunctioning.
1 parent 0750e81 commit c1a2322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ jobs:
131131
- name: "⚙️ Run post-release"
132132
uses: apache/grails-github-actions/post-release@asf
133133
notify-slack:
134-
name: Notify Slack
134+
name: Notify Slack
135135
needs: [ publish, release ]
136-
if: ${{ success() }}
136+
if: ${{ false && success() }} # Malefunctions right now, thus disabled
137137
runs-on: ubuntu-latest
138138
steps:
139139
- name: Prepare release body

0 commit comments

Comments
 (0)