From 2764cc113b12a8a4ffcc3b7329f39b210c7f816a Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Fri, 12 Apr 2024 12:19:39 -0500 Subject: [PATCH] Split further --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index febdca4..6fc2bbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,8 @@ jobs: with: cache: npm node-version-file: package.json + - run: npm install - run: npm run build - - run: | - git commit -am "Release ${{ inputs.tag }}" - git push - gh release create ${{ inputs.tag }} --generate-notes + - run: git commit -am "Release ${{ inputs.tag }}" + - run: git push + - run: gh release create ${{ inputs.tag }} --generate-notes