From 33e5c1f788bde79d8016097b65006c0bbe942888 Mon Sep 17 00:00:00 2001 From: Zabil Cheriya Maliackal Date: Tue, 11 Jun 2024 11:16:13 +0100 Subject: [PATCH] Remove old delivery bot actions This service does not have a website and is unmaintained Signed-off-by: Zabil Cheriya Maliackal --- .github/workflows/release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c19d66..14db470 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,17 +66,3 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | npm publish --access=public - - - name: 'deployment success' - if: success() - uses: 'deliverybot/status@master' - with: - state: 'success' - token: '${{ secrets.GITHUB_TOKEN }}' - - - name: 'deployment failure' - if: failure() - uses: 'deliverybot/status@master' - with: - state: 'failure' - token: '${{ secrets.GITHUB_TOKEN }}'