Skip to content

Commit

Permalink
chore: fix typo (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Sep 8, 2022
1 parent 7260257 commit 41c9ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Announce
run: |
curl -X POST -H "Content-Type: application/json" -d '{"text": "${{ steps.get-pr-body.outputs.body }}", "username": "Taiga release", "channel": "${{ secrets.ANNOUNCE_TARGET }"}' ${{ secrets.ANNOUNCE_WEBHOOK }}
curl -X POST -H "Content-Type: application/json" -d '{"text": "${{ steps.get-pr-body.outputs.body }}", "username": "Taiga release", "channel": "${{ secrets.ANNOUNCE_TARGET }}"}' ${{ secrets.ANNOUNCE_WEBHOOK }}
concurrency:
group: create-release-${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 41c9ec3

Please sign in to comment.