From 0e3ed6230542a004af3b743d17cb7bd2d59e89ab Mon Sep 17 00:00:00 2001 From: Johannes Baum Date: Tue, 18 Jul 2023 21:07:00 +0200 Subject: [PATCH] #411 bump version first --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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