From e8556820f394c1100e609a0cc78b542d60ca5821 Mon Sep 17 00:00:00 2001 From: Christopher David Date: Sun, 8 Jan 2023 17:11:02 -0600 Subject: [PATCH] Remove semantic release action --- .github/workflows/release.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index b9570cd6..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Release - -on: - push: - branches: - - main - workflow_dispatch: - - -jobs: - release: - name: Bump Version and Release - runs-on: ubuntu-latest - steps: - - name: Setup Repo - uses: actions/checkout@v2 - - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: 16.x - cache: yarn - - - name: Install dependencies - run: yarn install - - - name: Semantic release - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release - \ No newline at end of file