Skip to content

Commit

Permalink
Fixing announce workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Aug 3, 2022
1 parent 0c7b7bd commit f30905a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/announce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
homebrew:
runs-on: ubuntu-latest
steps:
- run: |
curl \
-H 'Content-Type: application/json' \
-d '{"username": "usql", "content": "> *usql ${{ github.ref_name }}* has been released!\n\nGet it here: https://github.com/xo/usql/releases/${{ github.ref_name }}"}' \
${{ secrets.DISCORD_WEBHOOK_URL }}
- name: announce
run: |
curl \
-H 'Content-Type: application/json' \
-d '{"username": "usql", "content": "> *usql ${{ github.ref_name }}* has been released!\n\nGet it here: https://github.com/xo/usql/releases/${{ github.ref_name }}"}' \
${{ secrets.DISCORD_WEBHOOK_URL }}

0 comments on commit f30905a

Please sign in to comment.