diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2cb4f4..620e79e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,12 +22,6 @@ jobs: with: node-version: '20.18.1' - - name: Install dependencies - run: npm install - - - name: Build project - run: npm run build - - name: Get version from package.json id: get_version run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV diff --git a/package.json b/package.json index bf0f6ca..7457497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eve", - "version": "1.2.5.1", + "version": "1.2.6", "description": "Eve", "author": { "email": "nathan@bonnell.fr",