Fetch tags

This commit is contained in:
2026-01-09 18:34:16 +01:00
parent a0656fc422
commit cb614b2ced
2 changed files with 4 additions and 1 deletions

View File

@@ -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'

View File

@@ -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": {