File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 39
39
required : false
40
40
GH_ACTIONS_REPO_TOKEN :
41
41
required : true
42
- SPRING_RELEASE_SLACK_WEBHOOK_URL :
43
- required : true
44
42
45
43
env :
46
44
GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
@@ -114,27 +112,7 @@ jobs:
114
112
env :
115
113
VERSION : ${{ steps.project-version.outputs.version }}
116
114
run : ./gradlew closeMilestone -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
117
- - name : Announce Release on Slack
118
-
119
- env :
120
- VERSION : ${{ steps.project-version.outputs.version }}
121
- SLACK_ANNOUNCING_ID : ${{ inputs.slack-announcing-id }}
122
- SLACK_WEBHOOK_URL : ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
123
- SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
124
- with :
125
- payload : |
126
- {
127
- "text": "${{ env.SLACK_ANNOUNCING_ID }} `${{ env.VERSION }}` is available now",
128
- "blocks": [
129
- {
130
- "type": "section",
131
- "text": {
132
- "type": "mrkdwn",
133
- "text": "${{ env.SLACK_ANNOUNCING_ID }} `${{ env.VERSION }}` is available now"
134
- }
135
- }
136
- ]
137
- }
115
+ # TODO: Add integration with GChat for #spring-release channel.
138
116
next-development-version :
139
117
name : Next Development Version
140
118
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments