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 }}'