From cb614b2ced01a2b2d889706492d60cdf0e4f9a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Fri, 9 Jan 2026 18:34:16 +0100 Subject: [PATCH] Fetch tags --- .github/workflows/ci.yml | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {