Skip to content

Commit 809fd04

Browse files
authored
Merge pull request #239 from DeployGate/fix/failed-production-release-job
fix: use specific version of `rtCamp/action-slack-notify`
2 parents 701545a + 0fe8a1f commit 809fd04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_SECRET_KEY }}
4848
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
4949
- name: Slack Notification
50-
uses: rtCamp/action-slack-notify@v2
50+
# we use specific version(v2.2.1) for avoid nested dependency
51+
uses: rtCamp/action-slack-notify@b24d75fe0e728a4bf9fc42ee217caa686d141ee8 # v2.2.1
5152
env:
5253
SLACK_TITLE: 'Gradle Plugin Release'
5354
SLACK_MESSAGE: "${{ github.ref }} has been published to Sonatype. ref: https://oss.sonatype.org/"

0 commit comments

Comments
 (0)