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