diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4807220..0435ff6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,12 +29,12 @@ jobs: with: node-version: '15' - - name: npm install - run: npm i - - name: bump version run: npm version ${{ github.event.inputs.versiontype }} + - name: npm install + run: npm i + - name: build run: npm run build