Browse Source

Merge branch '6.2.x'

pull/14502/head
Josh Cummings 2 years ago
parent
commit
0dcd7e79de
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

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

Loading…
Cancel
Save