1
0
Fork 0
pull/1365/head^2
Ferenc Hammerl 2023-03-07 10:43:17 +00:00
parent b8bef557c0
commit 4166af5b3e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
ref: 'refs/tags/${{ needs.test.outputs.tag }}',
sha: '${{ needs.test.outputs.sha }}'
})
- name: notify slack on failure
# - name: notify slack on failure
# if: failure()
# run: |
# curl -X POST -H 'Content-type: application/json' --data '{"text":":pb__failed: Publish of ${{ github.event.inputs.package }} was successful, but failed to tag commit ${{ needs.test.outputs.sha }} with version ${{ needs.test.outputs.tag }}"}' $SLACK_WEBHOOK