Skip to content

Commit

Permalink
Revert if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 27, 2024
1 parent f68626a commit 7f22178
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
- os: macos-latest
- os: ubuntu-latest
steps:
# Ignore this for now
- name: Discord Blather
run: |
curl -i -H "Accept: application/json" \
-H "Content-Type:application/json" \
-X POST \
--data "{\"content\": \"Blather Blather ${{ github.server_url }}/${{ github.repostory }}/releases/tag/Nightly\"}" \
${{ secrets.DISCORD_MONOPLUGS_WEBHOOK }}
- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7f22178

Please sign in to comment.