diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44bd2d2..7cd0ecb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: with: node-version: 20 - run: npm ci + - name: Fetch tags + run: git fetch --tags + - name: Check version tag id: version_guard if: github.ref == 'refs/heads/master' diff --git a/package.json b/package.json index 80991e6..a982d19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imgfloat-client", - "version": "1.0.1", + "version": "1.0.0", "description": "Electron wrapper for the Imgfloat overlay", "main": "src/main.js", "build": {