From 29144335c1a8fac432ff6106c6e9656d05fd6aff Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Mon, 1 Aug 2022 12:59:43 -0400 Subject: [PATCH] init release please (rm npm publishing) --- .github/workflows/release-please.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index abdd0510..ec8b1943 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,17 +12,5 @@ jobs: - uses: google-github-actions/release-please-action@v2 id: release with: - command: manifest token: ${{secrets.GITHUB_TOKEN}} default-branch: develop - - # The logic below handles the npm publication: - - name: Checkout Repository - if: ${{ steps.release.outputs.releases_created }} - uses: actions/checkout@v2 - - name: Setup Node - uses: actions/setup-node@v1 - if: ${{ steps.release.outputs.releases_created }} - with: - node-version: 16 - registry-url: 'https://registry.yarnpkg.com/'