Skip to content

Commit

Permalink
Fix CURL command in trigger GitLab pipeline (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikowski authored Aug 27, 2024
1 parent dd05797 commit 1f4fd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
curl -X POST -H 'Content-type: application/json' --data "{
\"channel\": \"#releases\",
\"username\": \"Tag Reporter Bot\",
\"text\": Galachain SDK ${{ github.ref_name }} Released by ${{ github.actor }}\n${{ github.event.head_commit.message }}`
\"text\": Galachain SDK ${{ github.ref_name }} Released by ${{ github.actor }}\n${{ github.event.head_commit.message }}
}" ${{ secrets.SLACK_TAG_WEBHOOK_URL }}
update-assets-chaincode:
Expand Down

0 comments on commit 1f4fd1a

Please sign in to comment.