From 4166af5b3ebcfc3ef8d182204eb71ea615542292 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:43:17 +0000 Subject: [PATCH] Fix typo --- .github/workflows/tag-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-test.yml b/.github/workflows/tag-test.yml index 737627d0..e6d68374 100644 --- a/.github/workflows/tag-test.yml +++ b/.github/workflows/tag-test.yml @@ -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