Browse Source

Merge branch '5.8.x' into 6.1.x

pull/14519/head
Josh Cummings 2 years ago
parent
commit
b0fe1da98e
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      .github/workflows/continuous-integration-workflow.yml

2
.github/workflows/continuous-integration-workflow.yml

@ -247,7 +247,7 @@ jobs: @@ -247,7 +247,7 @@ jobs:
./gradlew createGitHubRelease -PnextVersion=$VERSION -Pbranch=$BRANCH -PcreateRelease=true -PgitHubAccessToken=$TOKEN
- name: Announce Release on Slack
id: spring-security-announcing
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
payload: |
{

Loading…
Cancel
Save