From 9f14fbd770fbf96bf5137ee574f1abb398f11023 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 16 Oct 2020 17:53:40 -0400 Subject: [PATCH] deps: delete erroneous gyp file --- gyp/.github/workflows/release-please.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 gyp/.github/workflows/release-please.yml diff --git a/gyp/.github/workflows/release-please.yml b/gyp/.github/workflows/release-please.yml deleted file mode 100644 index a414c10e15636..0000000000000 --- a/gyp/.github/workflows/release-please.yml +++ /dev/null @@ -1,16 +0,0 @@ -on: - push: - branches: - - master - -name: release-please -jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: GoogleCloudPlatform/release-please-action@v2.5.6 - with: - token: ${{ secrets.GITHUB_TOKEN }} - release-type: python - package-name: gyp-next - bump-minor-pre-major: Yes