diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c473ed..012b36d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,16 @@ jobs: name: Release pushed tag runs-on: ubuntu-22.04 steps: + - uses: actions/checkout@v3 + with: + token: ${{ secrets.GIT_TOKEN }} + - name: Set Node.js 18.x + uses: actions/setup-node@v3.6.0 + with: + node-version: 18.x + + - name: Install dependencies + run: yarn - name: bump version shell: bash run: npm version ${{inputs.type}}