diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9570cd..a2875b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,32 +1,32 @@ -name: Release +# name: Release -on: - push: - branches: - - main - workflow_dispatch: +# 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 +# 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: Setup Node.js +# uses: actions/setup-node@v2 +# with: +# node-version: 16.x +# cache: yarn - - name: Install dependencies - run: yarn install +# - name: Install dependencies +# run: yarn install - - name: Semantic release - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release +# - name: Semantic release +# env: +# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} +# NPM_TOKEN: ${{ secrets.NPM_TOKEN }} +# run: npx semantic-release \ No newline at end of file