From 8ab39b6fe82d215ebb09e52c62134e7f047478c0 Mon Sep 17 00:00:00 2001 From: Levend Date: Sat, 25 May 2024 05:11:06 +0200 Subject: [PATCH] feat: add github actions --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: