Skip to content

Commit

Permalink
Add conditional to slack output.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf committed Feb 27, 2025
1 parent 7bdddc2 commit c20adbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Send Slack Message
id: slack
if: github.repository_owner == 'algorand'
uses: slackapi/slack-github-action@v1.27.0
env:
RELEASE_TAG: ${{ steps.set-release.outputs.release-tag }}
Expand Down

0 comments on commit c20adbd

Please sign in to comment.