diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5ac329..4ccfef5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - main + - dev concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -25,7 +25,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: pnpm/action-setup@v4.0.0 - + with: + version: 9.1.1 - name: Use Node.js uses: actions/setup-node@v4 with: