We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 701545a + 0fe8a1f commit 809fd04Copy full SHA for 809fd04
.github/workflows/release.yml
@@ -47,7 +47,8 @@ jobs:
47
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_SECRET_KEY }}
48
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
49
- name: Slack Notification
50
- uses: rtCamp/action-slack-notify@v2
+ # we use specific version(v2.2.1) for avoid nested dependency
51
+ uses: rtCamp/action-slack-notify@b24d75fe0e728a4bf9fc42ee217caa686d141ee8 # v2.2.1
52
env:
53
SLACK_TITLE: 'Gradle Plugin Release'
54
SLACK_MESSAGE: "${{ github.ref }} has been published to Sonatype. ref: https://oss.sonatype.org/"
0 commit comments