From f20ff097b3ec256d6def535f6ba8286b282f08a1 Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Sat, 12 Jun 2021 19:26:34 -0400 Subject: [PATCH] ci: use release script (#195) * ci: use release script * style: new line --- .github/workflows/deploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 57f2e77..a3ede01 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,9 +25,6 @@ jobs: node-version: 14.x registry-url: "https://registry.npmjs.org" - - name: Bump version - uses: shabados/actions/bump-version@release/next - - name: Cache Node.js modules uses: actions/cache@v1 with: @@ -58,8 +55,3 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_BOT_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - - - name: Release GH release - uses: shabados/actions/publish-github@release/next - with: - github_token: ${{ secrets.GH_BOT_TOKEN }}