Skip to content

Commit

Permalink
Try slackapi/slack-github-action 1.14 again
Browse files Browse the repository at this point in the history
  • Loading branch information
redJ4y committed Aug 20, 2024
1 parent 4d1253a commit 0933168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
run: aws s3 sync ./dist ${{ secrets.AWS_PUBLISH_TARGET }}

- name: Deployment Complete
run: echo A new version of Raygun4JS has been deployed to pre-release!
run: echo A new version of Raygun4JS has been deployed to pre-release! The Cloudfront cache will need to be invalidated for changes to take effect immediately.

- name: Notify Slack
id: slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.14.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 0933168

Please sign in to comment.