diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 94385ed..fc09aad 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -2,7 +2,7 @@ name: Build release on: push: tags: - - 'v*' + - 'testv*' env: NODE_VERSION: '18' jobs: